#5CB16A

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

Shades of Fern #5CB16A

Tints of Fern #5CB16A

Color information

#5CB16A (or 0x5CB16A) is unknown color: approx Fern. HEX triplet: 5C, B1 and 6A. RGB value is (92,177,106). Sum of RGB (Red+Green+Blue) = 92+177+106=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 177 (69.53% from 255 or 47.2% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB16A is #A34E95. Grayscale: #8F8F8F. Windows color (decimal): -10702486 or 6992220. OLE color: 6992220.

HSL color Cylindrical-coordinate representation of color #5CB16A: hue angle of 129.88º 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 #5CB16A is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB92177106-
CMYK0.4800.400.31
HSL129.88º35.27%52.75%-
HSV(B)129.88º48.02%69.41%-
XYZ22.7434.7619.15-
YUV143.49106.8491.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.53%
GREEN value IS 177 (69.53% from 255) = 47.2%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=24.53%
G=47.2%
B=28.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771060.4800.400.31129.8835.2752.75
Hex5CB16A300281F822335
Octal13426115260050372024365
Binary101110010110001110101011000001010001111110000010100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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