Shades of Fern #51B962
Tints of Fern #51B962
RGB
CMYK
RGB Variations
Color information
#51B962 (or 0x51B962) is known color: Fern. HEX triplet: 51, B9 and 62. RGB value is (81,185,98). Sum of RGB (Red+Green+Blue) = 81+185+98=364 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.25% from 364); Green value is 185 (72.66% from 255 or 50.82% from 364); Blue value is 98 (38.67% from 255 or 26.92% from 364); Max value from RGB is 185 - color contains mainly: green. Hex color #51B962 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51B962 is #AE469D. Grayscale: #909090. Windows color (decimal): -11421342 or 6469969. OLE color: 6469969.
HSL color Cylindrical-coordinate representation of color #51B962: hue angle of 129.81º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51B962 is Cyan = 0.56, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 185 | 98 | - |
| CMYK | 0.56 | 0 | 0.47 | 0.27 |
| HSL | 129.81º | 0.43% | 0.52% | - |
| HSV(B) | 129.81º | 0.56% | 0.73% | - |
| XYZ | 22.95 | 37.33 | 17.55 | - |
| YUV | 143.99 | 102.04 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 185 | 98 | 0.56 | 0 | 0.47 | 0.27 | 129.81 | 0.43 | 0.52 |
| Hex | 51 | B9 | 62 | 38 | 0 | 2F | 1B | 82 | 2B | 34 |
| Octal | 121 | 271 | 142 | 70 | 0 | 57 | 33 | 202 | 53 | 64 |
| Binary | 1010001 | 10111001 | 1100010 | 111000 | 0 | 101111 | 11011 | 10000010 | 101011 | 110100 |
Color Harmonies of #51B962
Complementary color
Monochromatic Colors of #51B962
Black with #51B962
Text Example
Text Example
White with #51B962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B962; }
p { color: rgb(81,185,98); }
H1.HeaderClassName
{
color: #51B962;
}
.AnyTagClassName
{
color: #51B962;
}
</style>
background-color css
<style>
a { background-color: #51B962; }
a { background-color: rgb(81,185,98); }
div.DivClassName
{
background-color: #51B962;
}
.BgClassName
{
background-color: #51B962;
}
</style>
border-color css
<style>
span { border-color: #51B962; }
span { border-color: rgb(81,185,98); }
td.TdClassName
{
border-color: #51B962;
}
.TagClassName
{
border-color: #51B962;
}
</style>