#5CB16E

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

Shades of Fern #5CB16E

Tints of Fern #5CB16E

Color information

#5CB16E (or 0x5CB16E) is unknown color: approx Fern. HEX triplet: 5C, B1 and 6E. RGB value is (92,177,110). Sum of RGB (Red+Green+Blue) = 92+177+110=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #5CB16E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CB16E is #A34E91. Grayscale: #909090. Windows color (decimal): -10702482 or 7254364. OLE color: 7254364.

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

Color convert

RGB92177110-
CMYK0.4800.380.31
HSL132.71º35.27%52.75%-
HSV(B)132.71º48.02%69.41%-
XYZ22.9534.8520.27-
YUV143.95108.8490.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 24.27%
GREEN value IS 177 (69.53% from 255) = 46.70%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=24.27%
G=46.70%
B=29.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal921771100.4800.380.31132.7135.2752.75
Hex5CB16E300261F852335
Octal13426115660046372054365
Binary101110010110001110111011000001001101111110000101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CB16E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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