#5DA96B

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

Shades of Fern #5DA96B

Tints of Fern #5DA96B

Color information

#5DA96B (or 0x5DA96B) is unknown color: approx Fern. HEX triplet: 5D, A9 and 6B. RGB value is (93,169,107). Sum of RGB (Red+Green+Blue) = 93+169+107=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 107 (42.19% from 255 or 29.00% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #5DA96B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA96B is #A25694. Grayscale: #8B8B8B. Windows color (decimal): -10638997 or 7055709. OLE color: 7055709.

HSL color Cylindrical-coordinate representation of color #5DA96B: hue angle of 131.05º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5DA96B is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.34.

Color convert

RGB93169107-
CMYK0.4500.370.34
HSL131.05º30.65%51.37%-
HSV(B)131.05º44.97%66.27%-
XYZ21.3631.7618.92-
YUV139.21109.8295.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 25.20%
GREEN value IS 169 (66.41% from 255) = 45.80%
BLUE value IS 107 (42.19% from 255) = 29.00%
R=25.20%
G=45.80%
B=29.00%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal931691070.4500.370.34131.0530.6551.37
Hex5DA96B2D02522831f33
Octal13525115355045422033763
Binary101110110101001110101110110101001011000101000001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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