#38DF83

Color #38DF83 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #38DF83

Tints of Shamrock #38DF83

Color information

#38DF83 (or 0x38DF83) is unknown color: approx Shamrock. HEX triplet: 38, DF and 83. RGB value is (56,223,131). Sum of RGB (Red+Green+Blue) = 56+223+131=410 (54% of max value = 765). Red value is 56 (22.27% from 255 or 13.66% from 410); Green value is 223 (87.5% from 255 or 54.39% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 223 - color contains mainly: green. Hex color #38DF83 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38DF83 is #C7207C. Grayscale: #A2A2A2. Windows color (decimal): -13049981 or 8642360. OLE color: 8642360.

HSL color Cylindrical-coordinate representation of color #38DF83: hue angle of 146.95º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #38DF83 is Cyan = 0.75, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB56223131-
CMYK0.7500.410.13
HSL146.95º72.29%54.71%-
HSV(B)146.95º74.89%87.45%-
XYZ32.1255.2530.45-
YUV162.58110.1751.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 13.66%
GREEN value IS 223 (87.5% from 255) = 54.39%
BLUE value IS 131 (51.56% from 255) = 31.95%
R=13.66%
G=54.39%
B=31.95%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal562231310.7500.410.13146.9572.2954.71
Hex38DF834B029D934837
Octal703372031130511522311067
Binary1110001101111110000011100101101010011101100100111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38DF83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38DF83; }

 p { color: rgb(56,223,131); }

 H1.HeaderClassName
 {
   color: #38DF83;
 }
 .AnyTagClassName
 {
   color: #38DF83;
 }
</style>
background-color css

<style>
 a { background-color: #38DF83; }

 a { background-color: rgb(56,223,131); }

 div.DivClassName
 {
   background-color: #38DF83;
 }
 .BgClassName
 {
   background-color: #38DF83;
 }
</style>
border-color css

<style>
 span { border-color: #38DF83; }

 span { border-color: rgb(56,223,131); }

 td.TdClassName
 {
   border-color: #38DF83;
 }
 .TagClassName
 {
   border-color: #38DF83;
 }
</style>