#5CAF6F

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

Shades of Fern #5CAF6F

Tints of Fern #5CAF6F

Color information

#5CAF6F (or 0x5CAF6F) is unknown color: approx Fern. HEX triplet: 5C, AF and 6F. RGB value is (92,175,111). Sum of RGB (Red+Green+Blue) = 92+175+111=378 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.34% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #5CAF6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CAF6F is #A35090. Grayscale: #8F8F8F. Windows color (decimal): -10702993 or 7319388. OLE color: 7319388.

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

Color convert

RGB92175111-
CMYK0.4700.370.31
HSL133.73º34.16%52.35%-
HSV(B)133.73º47.43%68.63%-
XYZ22.6134.0820.43-
YUV142.8911091.7-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.34%
GREEN value IS 175 (68.75% from 255) = 46.30%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=24.34%
G=46.30%
B=29.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921751110.4700.370.31133.7334.1652.35
Hex5CAF6F2F0251F862234
Octal13425715757045372064264
Binary101110010101111110111110111101001011111110000110100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CAF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,175,111); }

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

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

 a { background-color: rgb(92,175,111); }

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

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

 span { border-color: rgb(92,175,111); }

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