Shades of Fern #55CC5F
Tints of Fern #55CC5F
RGB
CMYK
RGB Variations
Color information
#55CC5F (or 0x55CC5F) is known color: Fern. HEX triplet: 55, CC and 5F. RGB value is (85,204,95). Sum of RGB (Red+Green+Blue) = 85+204+95=384 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.14% from 384); Green value is 204 (80.08% from 255 or 53.12% from 384); Blue value is 95 (37.5% from 255 or 24.74% from 384); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC5F is #AA33A0. Grayscale: #9C9C9C. Windows color (decimal): -11154337 or 6278229. OLE color: 6278229.
HSL color Cylindrical-coordinate representation of color #55CC5F: hue angle of 125.04º 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 #55CC5F is Cyan = 0.58, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 95 | - |
| CMYK | 0.58 | 0 | 0.53 | 0.2 |
| HSL | 125.04º | 0.54% | 0.57% | - |
| HSV(B) | 125.04º | 0.58% | 0.8% | - |
| XYZ | 27.4 | 45.94 | 18.25 | - |
| YUV | 155.99 | 93.58 | 77.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 95 | 0.58 | 0 | 0.53 | 0.2 | 125.04 | 0.54 | 0.57 |
| Hex | 55 | CC | 5F | 3A | 0 | 35 | 14 | 7D | 36 | 39 |
| Octal | 125 | 314 | 137 | 72 | 0 | 65 | 24 | 175 | 66 | 71 |
| Binary | 1010101 | 11001100 | 1011111 | 111010 | 0 | 110101 | 10100 | 1111101 | 110110 | 111001 |
Color Harmonies of #55CC5F
Complementary color
Monochromatic Colors of #55CC5F
Black with #55CC5F
Text Example
Text Example
White with #55CC5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC5F; }
p { color: rgb(85,204,95); }
H1.HeaderClassName
{
color: #55CC5F;
}
.AnyTagClassName
{
color: #55CC5F;
}
</style>
background-color css
<style>
a { background-color: #55CC5F; }
a { background-color: rgb(85,204,95); }
div.DivClassName
{
background-color: #55CC5F;
}
.BgClassName
{
background-color: #55CC5F;
}
</style>
border-color css
<style>
span { border-color: #55CC5F; }
span { border-color: rgb(85,204,95); }
td.TdClassName
{
border-color: #55CC5F;
}
.TagClassName
{
border-color: #55CC5F;
}
</style>