#5CBB6E

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

Shades of Fern #5CBB6E

Tints of Fern #5CBB6E

Color information

#5CBB6E (or 0x5CBB6E) is unknown color: approx Fern. HEX triplet: 5C, BB and 6E. RGB value is (92,187,110). Sum of RGB (Red+Green+Blue) = 92+187+110=389 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.65% from 389); Green value is 187 (73.44% from 255 or 48.07% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB6E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBB6E is #A34491. Grayscale: #969696. Windows color (decimal): -10699922 or 7256924. OLE color: 7256924.

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

Color convert

RGB92187110-
CMYK0.5100.410.27
HSL131.37º41.13%54.71%-
HSV(B)131.37º50.8%73.33%-
XYZ2538.9420.95-
YUV149.82105.5386.76-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23.65%
GREEN value IS 187 (73.44% from 255) = 48.07%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=23.65%
G=48.07%
B=28.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921871100.5100.410.27131.3741.1354.71
Hex5CBB6E330291B832937
Octal13427315663051332035167
Binary101110010111011110111011001101010011101110000011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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