#5DAF6B

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

Shades of Fern #5DAF6B

Tints of Fern #5DAF6B

Color information

#5DAF6B (or 0x5DAF6B) is unknown color: approx Fern. HEX triplet: 5D, AF and 6B. RGB value is (93,175,107). Sum of RGB (Red+Green+Blue) = 93+175+107=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 107 (42.19% from 255 or 28.53% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #5DAF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DAF6B is #A25094. Grayscale: #8E8E8E. Windows color (decimal): -10637461 or 7057245. OLE color: 7057245.

HSL color Cylindrical-coordinate representation of color #5DAF6B: hue angle of 130.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5DAF6B is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB93175107-
CMYK0.4700.390.31
HSL130.24º33.88%52.55%-
HSV(B)130.24º46.86%68.63%-
XYZ22.534.0519.3-
YUV142.73107.8392.53-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 24.8%
GREEN value IS 175 (68.75% from 255) = 46.67%
BLUE value IS 107 (42.19% from 255) = 28.53%
R=24.8%
G=46.67%
B=28.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal931751070.4700.390.31130.2433.8852.55
Hex5DAF6B2F0271F822235
Octal13525715357047372024265
Binary101110110101111110101110111101001111111110000010100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DAF6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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