Shades of Fern #55CC5E
Tints of Fern #55CC5E
RGB
CMYK
RGB Variations
Color information
#55CC5E (or 0x55CC5E) is known color: Fern. HEX triplet: 55, CC and 5E. RGB value is (85,204,94). Sum of RGB (Red+Green+Blue) = 85+204+94=383 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.19% from 383); Green value is 204 (80.08% from 255 or 53.26% from 383); Blue value is 94 (37.11% from 255 or 24.54% from 383); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC5E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC5E is #AA33A1. Grayscale: #9C9C9C. Windows color (decimal): -11154338 or 6212693. OLE color: 6212693.
HSL color Cylindrical-coordinate representation of color #55CC5E: hue angle of 124.54º 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 #55CC5E is Cyan = 0.58, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 94 | - |
| CMYK | 0.58 | 0 | 0.54 | 0.2 |
| HSL | 124.54º | 0.54% | 0.57% | - |
| HSV(B) | 124.54º | 0.58% | 0.8% | - |
| XYZ | 27.36 | 45.93 | 18.01 | - |
| YUV | 155.88 | 93.08 | 77.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 94 | 0.58 | 0 | 0.54 | 0.2 | 124.54 | 0.54 | 0.57 |
| Hex | 55 | CC | 5E | 3A | 0 | 36 | 14 | 7D | 36 | 39 |
| Octal | 125 | 314 | 136 | 72 | 0 | 66 | 24 | 175 | 66 | 71 |
| Binary | 1010101 | 11001100 | 1011110 | 111010 | 0 | 110110 | 10100 | 1111101 | 110110 | 111001 |
Color Harmonies of #55CC5E
Complementary color
Monochromatic Colors of #55CC5E
Black with #55CC5E
Text Example
Text Example
White with #55CC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC5E; }
p { color: rgb(85,204,94); }
H1.HeaderClassName
{
color: #55CC5E;
}
.AnyTagClassName
{
color: #55CC5E;
}
</style>
background-color css
<style>
a { background-color: #55CC5E; }
a { background-color: rgb(85,204,94); }
div.DivClassName
{
background-color: #55CC5E;
}
.BgClassName
{
background-color: #55CC5E;
}
</style>
border-color css
<style>
span { border-color: #55CC5E; }
span { border-color: rgb(85,204,94); }
td.TdClassName
{
border-color: #55CC5E;
}
.TagClassName
{
border-color: #55CC5E;
}
</style>