#5CB860

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

Shades of Fern #5CB860

Tints of Fern #5CB860

Color information

#5CB860 (or 0x5CB860) is unknown color: approx Fern. HEX triplet: 5C, B8 and 60. RGB value is (92,184,96). Sum of RGB (Red+Green+Blue) = 92+184+96=372 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.73% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 96 (37.89% from 255 or 25.81% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #5CB860 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB860 is #A3479F. Grayscale: #929292. Windows color (decimal): -10700704 or 6338652. OLE color: 6338652.

HSL color Cylindrical-coordinate representation of color #5CB860: hue angle of 122.61º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB860 is Cyan = 0.50, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB9218496-
CMYK0.5000.480.28
HSL122.61º39.32%54.12%-
HSV(B)122.61º50%72.16%-
XYZ23.6737.417.04-
YUV146.4699.5289.16-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.73%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 96 (37.89% from 255) = 25.81%
R=24.73%
G=49.46%
B=25.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal92184960.5000.480.28122.6139.3254.12
Hex5CB860320301C7b2736
Octal13427014062060341734766
Binary10111001011100011000001100100110000111001111011100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,184,96); }

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

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

 a { background-color: rgb(92,184,96); }

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

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

 span { border-color: rgb(92,184,96); }

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