#5CBB5C

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

Shades of Fern #5CBB5C

Tints of Fern #5CBB5C

Color information

#5CBB5C (or 0x5CBB5C) is unknown color: approx Fern. HEX triplet: 5C, BB and 5C. RGB value is (92,187,92). Sum of RGB (Red+Green+Blue) = 92+187+92=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 187 (73.44% from 255 or 50.40% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBB5C is #A344A3. Grayscale: #949494. Windows color (decimal): -10699940 or 6077276. OLE color: 6077276.

HSL color Cylindrical-coordinate representation of color #5CBB5C: hue angle of 120º 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 #5CBB5C is Cyan = 0.51, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB9218792-
CMYK0.5100.510.27
HSL120º41.13%54.71%-
HSV(B)120º50.8%73.33%-
XYZ24.1238.5916.3-
YUV147.7696.5388.22-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.80%
GREEN value IS 187 (73.44% from 255) = 50.40%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=24.80%
G=50.40%
B=24.80%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal92187920.5100.510.2712041.1354.71
Hex5CBB5C330331B782937
Octal13427313463063331705167
Binary10111001011101110111001100110110011110111111000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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