#5CB15C

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

Shades of Fern #5CB15C

Tints of Fern #5CB15C

Color information

#5CB15C (or 0x5CB15C) is unknown color: approx Fern. HEX triplet: 5C, B1 and 5C. RGB value is (92,177,92). Sum of RGB (Red+Green+Blue) = 92+177+92=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 177 (69.53% from 255 or 49.03% from 361); Blue value is 92 (36.33% from 255 or 25.48% from 361); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB15C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB15C is #A34EA3. Grayscale: #8E8E8E. Windows color (decimal): -10702500 or 6074716. OLE color: 6074716.

HSL color Cylindrical-coordinate representation of color #5CB15C: hue angle of 120º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB15C is Cyan = 0.48, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB9217792-
CMYK0.4800.480.31
HSL120º35.27%52.75%-
HSV(B)120º48.02%69.41%-
XYZ22.0734.4915.62-
YUV141.999.8492.41-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 25.48%
GREEN value IS 177 (69.53% from 255) = 49.03%
BLUE value IS 92 (36.33% from 255) = 25.48%
R=25.48%
G=49.03%
B=25.48%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal92177920.4800.480.3112035.2752.75
Hex5CB15C300301F782335
Octal13426113460060371704365
Binary10111001011000110111001100000110000111111111000100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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