#5DA66B

Color #5DA66B Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #5DA66B

Tints of Fern #5DA66B

Color information

#5DA66B (or 0x5DA66B) is unknown color: approx Fern. HEX triplet: 5D, A6 and 6B. RGB value is (93,166,107). Sum of RGB (Red+Green+Blue) = 93+166+107=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #5DA66B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA66B is #A25994. Grayscale: #898989. Windows color (decimal): -10639765 or 7054941. OLE color: 7054941.

HSL color Cylindrical-coordinate representation of color #5DA66B: hue angle of 131.51º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5DA66B is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB93166107-
CMYK0.4400.360.35
HSL131.51º29.08%50.78%-
HSV(B)131.51º43.98%65.1%-
XYZ20.830.6618.73-
YUV137.45110.8296.3-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.41%
GREEN value IS 166 (65.23% from 255) = 45.36%
BLUE value IS 107 (42.19% from 255) = 29.23%
R=25.41%
G=45.36%
B=29.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal931661070.4400.360.35131.5129.0850.78
Hex5DA66B2C02423841d33
Octal13524615354044432043563
Binary101110110100110110101110110001001001000111000010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DA66B; }

 p { color: rgb(93,166,107); }

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

<style>
 a { background-color: #5DA66B; }

 a { background-color: rgb(93,166,107); }

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

<style>
 span { border-color: #5DA66B; }

 span { border-color: rgb(93,166,107); }

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