Shades of Fern #5CCC55
Tints of Fern #5CCC55
RGB
CMYK
RGB Variations
Color information
#5CCC55 (or 0x5CCC55) is known color: Fern. HEX triplet: 5C, CC and 55. RGB value is (92,204,85). Sum of RGB (Red+Green+Blue) = 92+204+85=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 204 (80.08% from 255 or 53.54% from 381); Blue value is 85 (33.59% from 255 or 22.31% from 381); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCC55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #5CCC55 is #A333AA. Grayscale: #9D9D9D. Windows color (decimal): -10695595 or 5622876. OLE color: 5622876.
HSL color Cylindrical-coordinate representation of color #5CCC55: hue angle of 116.47º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5CCC55 is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 85 | - |
| CMYK | 0.55 | 0 | 0.58 | 0.2 |
| HSL | 116.47º | 0.54% | 0.57% | - |
| HSV(B) | 116.47º | 0.58% | 0.8% | - |
| XYZ | 27.65 | 46.12 | 16.04 | - |
| YUV | 156.95 | 87.39 | 81.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 85 | 0.55 | 0 | 0.58 | 0.2 | 116.47 | 0.54 | 0.57 |
| Hex | 5C | CC | 55 | 37 | 0 | 3A | 14 | 74 | 36 | 39 |
| Octal | 134 | 314 | 125 | 67 | 0 | 72 | 24 | 164 | 66 | 71 |
| Binary | 1011100 | 11001100 | 1010101 | 110111 | 0 | 111010 | 10100 | 1110100 | 110110 | 111001 |
Color Harmonies of #5CCC55
Complementary color
Monochromatic Colors of #5CCC55
Black with #5CCC55
Text Example
Text Example
White with #5CCC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCC55; }
p { color: rgb(92,204,85); }
H1.HeaderClassName
{
color: #5CCC55;
}
.AnyTagClassName
{
color: #5CCC55;
}
</style>
background-color css
<style>
a { background-color: #5CCC55; }
a { background-color: rgb(92,204,85); }
div.DivClassName
{
background-color: #5CCC55;
}
.BgClassName
{
background-color: #5CCC55;
}
</style>
border-color css
<style>
span { border-color: #5CCC55; }
span { border-color: rgb(92,204,85); }
td.TdClassName
{
border-color: #5CCC55;
}
.TagClassName
{
border-color: #5CCC55;
}
</style>