#5CBB65

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

Shades of Fern #5CBB65

Tints of Fern #5CBB65

Color information

#5CBB65 (or 0x5CBB65) is unknown color: approx Fern. HEX triplet: 5C, BB and 65. RGB value is (92,187,101). Sum of RGB (Red+Green+Blue) = 92+187+101=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 187 (73.44% from 255 or 49.21% from 380); Blue value is 101 (39.84% from 255 or 26.58% from 380); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBB65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CBB65 is #A3449A. Grayscale: #959595. Windows color (decimal): -10699931 or 6667100. OLE color: 6667100.

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

Color convert

RGB92187101-
CMYK0.5100.460.27
HSL125.68º41.13%54.71%-
HSV(B)125.68º50.8%73.33%-
XYZ24.5338.7618.5-
YUV148.79101.0387.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.21%
GREEN value IS 187 (73.44% from 255) = 49.21%
BLUE value IS 101 (39.84% from 255) = 26.58%
R=24.21%
G=49.21%
B=26.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal921871010.5100.460.27125.6841.1354.71
Hex5CBB653302E1B7e2937
Octal13427314563056331765167
Binary10111001011101111001011100110101110110111111110101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CBB65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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