Shades of Fern #51CA55
Tints of Fern #51CA55
RGB
CMYK
RGB Variations
Color information
#51CA55 (or 0x51CA55) is known color: Fern. HEX triplet: 51, CA and 55. RGB value is (81,202,85). Sum of RGB (Red+Green+Blue) = 81+202+85=368 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.01% from 368); Green value is 202 (79.30% from 255 or 54.89% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 202 - color contains mainly: green. Hex color #51CA55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CA55 is #AE35AA. Grayscale: #989898. Windows color (decimal): -11417003 or 5622353. OLE color: 5622353.
HSL color Cylindrical-coordinate representation of color #51CA55: hue angle of 121.98º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #51CA55 is Cyan = 0.60, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 81 | 202 | 85 | - |
| CMYK | 0.60 | 0 | 0.58 | 0.21 |
| HSL | 121.98º | 0.53% | 0.55% | - |
| HSV(B) | 121.98º | 0.6% | 0.79% | - |
| XYZ | 26.15 | 44.65 | 15.83 | - |
| YUV | 152.48 | 89.91 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 202 | 85 | 0.60 | 0 | 0.58 | 0.21 | 121.98 | 0.53 | 0.55 |
| Hex | 51 | CA | 55 | 3C | 0 | 3A | 15 | 7A | 35 | 37 |
| Octal | 121 | 312 | 125 | 74 | 0 | 72 | 25 | 172 | 65 | 67 |
| Binary | 1010001 | 11001010 | 1010101 | 111100 | 0 | 111010 | 10101 | 1111010 | 110101 | 110111 |
Color Harmonies of #51CA55
Complementary color
Monochromatic Colors of #51CA55
Black with #51CA55
Text Example
Text Example
White with #51CA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CA55; }
p { color: rgb(81,202,85); }
H1.HeaderClassName
{
color: #51CA55;
}
.AnyTagClassName
{
color: #51CA55;
}
</style>
background-color css
<style>
a { background-color: #51CA55; }
a { background-color: rgb(81,202,85); }
div.DivClassName
{
background-color: #51CA55;
}
.BgClassName
{
background-color: #51CA55;
}
</style>
border-color css
<style>
span { border-color: #51CA55; }
span { border-color: rgb(81,202,85); }
td.TdClassName
{
border-color: #51CA55;
}
.TagClassName
{
border-color: #51CA55;
}
</style>