Shades of Fern #55CC58
Tints of Fern #55CC58
RGB
CMYK
RGB Variations
Color information
#55CC58 (or 0x55CC58) is known color: Fern. HEX triplet: 55, CC and 58. RGB value is (85,204,88). Sum of RGB (Red+Green+Blue) = 85+204+88=377 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.55% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 88 (34.77% from 255 or 23.34% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #55CC58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CC58 is #AA33A7. Grayscale: #9B9B9B. Windows color (decimal): -11154344 or 5819477. OLE color: 5819477.
HSL color Cylindrical-coordinate representation of color #55CC58: hue angle of 121.51º 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 #55CC58 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 204 | 88 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.2 |
| HSL | 121.51º | 0.54% | 0.57% | - |
| HSV(B) | 121.51º | 0.58% | 0.8% | - |
| XYZ | 27.1 | 45.82 | 16.65 | - |
| YUV | 155.2 | 90.08 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 204 | 88 | 0.58 | 0 | 0.57 | 0.2 | 121.51 | 0.54 | 0.57 |
| Hex | 55 | CC | 58 | 3A | 0 | 39 | 14 | 7A | 36 | 39 |
| Octal | 125 | 314 | 130 | 72 | 0 | 71 | 24 | 172 | 66 | 71 |
| Binary | 1010101 | 11001100 | 1011000 | 111010 | 0 | 111001 | 10100 | 1111010 | 110110 | 111001 |
Color Harmonies of #55CC58
Complementary color
Monochromatic Colors of #55CC58
Black with #55CC58
Text Example
Text Example
White with #55CC58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CC58; }
p { color: rgb(85,204,88); }
H1.HeaderClassName
{
color: #55CC58;
}
.AnyTagClassName
{
color: #55CC58;
}
</style>
background-color css
<style>
a { background-color: #55CC58; }
a { background-color: rgb(85,204,88); }
div.DivClassName
{
background-color: #55CC58;
}
.BgClassName
{
background-color: #55CC58;
}
</style>
border-color css
<style>
span { border-color: #55CC58; }
span { border-color: rgb(85,204,88); }
td.TdClassName
{
border-color: #55CC58;
}
.TagClassName
{
border-color: #55CC58;
}
</style>