Shades of Fern #55CA53
Tints of Fern #55CA53
RGB
CMYK
RGB Variations
Color information
#55CA53 (or 0x55CA53) is known color: Fern. HEX triplet: 55, CA and 53. RGB value is (85,202,83). Sum of RGB (Red+Green+Blue) = 85+202+83=370 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.97% from 370); Green value is 202 (79.30% from 255 or 54.59% from 370); Blue value is 83 (32.81% from 255 or 22.43% from 370); Max value from RGB is 202 - color contains mainly: green. Hex color #55CA53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55CA53 is #AA35AC. Grayscale: #999999. Windows color (decimal): -11154861 or 5491285. OLE color: 5491285.
HSL color Cylindrical-coordinate representation of color #55CA53: hue angle of 118.99º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CA53 is Cyan = 0.58, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 202 | 83 | - |
| CMYK | 0.58 | 0 | 0.59 | 0.21 |
| HSL | 118.99º | 0.53% | 0.56% | - |
| HSV(B) | 118.99º | 0.59% | 0.79% | - |
| XYZ | 26.43 | 44.8 | 15.44 | - |
| YUV | 153.45 | 88.24 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 202 | 83 | 0.58 | 0 | 0.59 | 0.21 | 118.99 | 0.53 | 0.56 |
| Hex | 55 | CA | 53 | 3A | 0 | 3B | 15 | 77 | 35 | 38 |
| Octal | 125 | 312 | 123 | 72 | 0 | 73 | 25 | 167 | 65 | 70 |
| Binary | 1010101 | 11001010 | 1010011 | 111010 | 0 | 111011 | 10101 | 1110111 | 110101 | 111000 |
Color Harmonies of #55CA53
Complementary color
Monochromatic Colors of #55CA53
Black with #55CA53
Text Example
Text Example
White with #55CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55CA53; }
p { color: rgb(85,202,83); }
H1.HeaderClassName
{
color: #55CA53;
}
.AnyTagClassName
{
color: #55CA53;
}
</style>
background-color css
<style>
a { background-color: #55CA53; }
a { background-color: rgb(85,202,83); }
div.DivClassName
{
background-color: #55CA53;
}
.BgClassName
{
background-color: #55CA53;
}
</style>
border-color css
<style>
span { border-color: #55CA53; }
span { border-color: rgb(85,202,83); }
td.TdClassName
{
border-color: #55CA53;
}
.TagClassName
{
border-color: #55CA53;
}
</style>