Shades of Fern #55CE52
Tints of Fern #55CE52
RGB
CMYK
RGB Variations
Color information
#55CE52 (or 0x55CE52) is known color: Fern. HEX triplet: 55, CE and 52. RGB value is (85,206,82). Sum of RGB (Red+Green+Blue) = 85+206+82=373 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.79% from 373); Green value is 206 (80.86% from 255 or 55.23% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 206 - color contains mainly: green. Hex color #55CE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CE52 is #AA31AD. Grayscale: #9C9C9C. Windows color (decimal): -11153838 or 5426773. OLE color: 5426773.
HSL color Cylindrical-coordinate representation of color #55CE52: hue angle of 118.55º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55CE52 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 206 | 82 | - |
| CMYK | 0.59 | 0 | 0.60 | 0.19 |
| HSL | 118.55º | 0.56% | 0.56% | - |
| HSV(B) | 118.55º | 0.6% | 0.81% | - |
| XYZ | 27.34 | 46.68 | 15.55 | - |
| YUV | 155.69 | 86.41 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 206 | 82 | 0.59 | 0 | 0.60 | 0.19 | 118.55 | 0.56 | 0.56 |
| Hex | 55 | CE | 52 | 3B | 0 | 3C | 13 | 77 | 38 | 38 |
| Octal | 125 | 316 | 122 | 73 | 0 | 74 | 23 | 167 | 70 | 70 |
| Binary | 1010101 | 11001110 | 1010010 | 111011 | 0 | 111100 | 10011 | 1110111 | 111000 | 111000 |
Color Harmonies of #55CE52
Complementary color
Monochromatic Colors of #55CE52
Black with #55CE52
Text Example
Text Example
White with #55CE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CE52; }
p { color: rgb(85,206,82); }
H1.HeaderClassName
{
color: #55CE52;
}
.AnyTagClassName
{
color: #55CE52;
}
</style>
background-color css
<style>
a { background-color: #55CE52; }
a { background-color: rgb(85,206,82); }
div.DivClassName
{
background-color: #55CE52;
}
.BgClassName
{
background-color: #55CE52;
}
</style>
border-color css
<style>
span { border-color: #55CE52; }
span { border-color: rgb(85,206,82); }
td.TdClassName
{
border-color: #55CE52;
}
.TagClassName
{
border-color: #55CE52;
}
</style>