#5CBC65

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

Shades of Fern #5CBC65

Tints of Fern #5CBC65

Color information

#5CBC65 (or 0x5CBC65) is unknown color: approx Fern. HEX triplet: 5C, BC and 65. RGB value is (92,188,101). Sum of RGB (Red+Green+Blue) = 92+188+101=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 188 (73.83% from 255 or 49.34% from 381); Blue value is 101 (39.84% from 255 or 26.51% from 381); Max value from RGB is 188 - color contains mainly: green. Hex color #5CBC65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBC65 is #A3439A. Grayscale: #959595. Windows color (decimal): -10699675 or 6667356. OLE color: 6667356.

HSL color Cylindrical-coordinate representation of color #5CBC65: hue angle of 125.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBC65 is Cyan = 0.51, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB92188101-
CMYK0.5100.460.26
HSL125.62º41.74%54.9%-
HSV(B)125.62º51.06%73.73%-
XYZ24.7539.1818.57-
YUV149.38100.787.07-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.15%
GREEN value IS 188 (73.83% from 255) = 49.34%
BLUE value IS 101 (39.84% from 255) = 26.51%
R=24.15%
G=49.34%
B=26.51%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal921881010.5100.460.26125.6241.7454.9
Hex5CBC653302E1A7e2a37
Octal13427414563056321765267
Binary10111001011110011001011100110101110110101111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,188,101); }

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

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

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

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

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

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

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