#5CB96E

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

Shades of Fern #5CB96E

Tints of Fern #5CB96E

Color information

#5CB96E (or 0x5CB96E) is unknown color: approx Fern. HEX triplet: 5C, B9 and 6E. RGB value is (92,185,110). Sum of RGB (Red+Green+Blue) = 92+185+110=387 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.77% from 387); Green value is 185 (72.66% from 255 or 47.80% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 185 - color contains mainly: green. Hex color #5CB96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CB96E is #A34691. Grayscale: #949494. Windows color (decimal): -10700434 or 7256412. OLE color: 7256412.

HSL color Cylindrical-coordinate representation of color #5CB96E: hue angle of 131.61º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5CB96E is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB92185110-
CMYK0.5000.410.27
HSL131.61º39.91%54.31%-
HSV(B)131.61º50.27%72.55%-
XYZ24.5838.120.81-
YUV148.64106.1987.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.77%
GREEN value IS 185 (72.66% from 255) = 47.80%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=23.77%
G=47.80%
B=28.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921851100.5000.410.27131.6139.9154.31
Hex5CB96E320291B842836
Octal13427115662051332045066
Binary101110010111001110111011001001010011101110000100101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,185,110); }

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

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

 a { background-color: rgb(92,185,110); }

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

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

 span { border-color: rgb(92,185,110); }

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