Shades of Fern #51D352
Tints of Fern #51D352
RGB
CMYK
RGB Variations
Color information
#51D352 (or 0x51D352) is known color: Fern. HEX triplet: 51, D3 and 52. RGB value is (81,211,82). Sum of RGB (Red+Green+Blue) = 81+211+82=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 211 (82.81% from 255 or 56.42% from 374); Blue value is 82 (32.42% from 255 or 21.93% from 374); Max value from RGB is 211 - color contains mainly: green. Hex color #51D352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51D352 is #AE2CAD. Grayscale: #9D9D9D. Windows color (decimal): -11414702 or 5428049. OLE color: 5428049.
HSL color Cylindrical-coordinate representation of color #51D352: hue angle of 120.46º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #51D352 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 211 | 82 | - |
| CMYK | 0.62 | 0 | 0.61 | 0.17 |
| HSL | 120.46º | 0.6% | 0.57% | - |
| HSV(B) | 120.46º | 0.62% | 0.83% | - |
| XYZ | 28.21 | 48.95 | 15.94 | - |
| YUV | 157.42 | 85.43 | 73.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 211 | 82 | 0.62 | 0 | 0.61 | 0.17 | 120.46 | 0.6 | 0.57 |
| Hex | 51 | D3 | 52 | 3E | 0 | 3D | 11 | 78 | 3C | 39 |
| Octal | 121 | 323 | 122 | 76 | 0 | 75 | 21 | 170 | 74 | 71 |
| Binary | 1010001 | 11010011 | 1010010 | 111110 | 0 | 111101 | 10001 | 1111000 | 111100 | 111001 |
Color Harmonies of #51D352
Complementary color
Monochromatic Colors of #51D352
Black with #51D352
Text Example
Text Example
White with #51D352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D352; }
p { color: rgb(81,211,82); }
H1.HeaderClassName
{
color: #51D352;
}
.AnyTagClassName
{
color: #51D352;
}
</style>
background-color css
<style>
a { background-color: #51D352; }
a { background-color: rgb(81,211,82); }
div.DivClassName
{
background-color: #51D352;
}
.BgClassName
{
background-color: #51D352;
}
</style>
border-color css
<style>
span { border-color: #51D352; }
span { border-color: rgb(81,211,82); }
td.TdClassName
{
border-color: #51D352;
}
.TagClassName
{
border-color: #51D352;
}
</style>