Shades of Fern #51C256
Tints of Fern #51C256
RGB
CMYK
RGB Variations
Color information
#51C256 (or 0x51C256) is known color: Fern. HEX triplet: 51, C2 and 56. RGB value is (81,194,86). Sum of RGB (Red+Green+Blue) = 81+194+86=361 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.44% from 361); Green value is 194 (76.17% from 255 or 53.74% from 361); Blue value is 86 (33.98% from 255 or 23.82% from 361); Max value from RGB is 194 - color contains mainly: green. Hex color #51C256 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51C256 is #AE3DA9. Grayscale: #949494. Windows color (decimal): -11419050 or 5685841. OLE color: 5685841.
HSL color Cylindrical-coordinate representation of color #51C256: hue angle of 122.65º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C256 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 86 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.24 |
| HSL | 122.65º | 0.48% | 0.54% | - |
| HSV(B) | 122.65º | 0.58% | 0.76% | - |
| XYZ | 24.36 | 41 | 15.43 | - |
| YUV | 147.9 | 93.06 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 86 | 0.58 | 0 | 0.56 | 0.24 | 122.65 | 0.48 | 0.54 |
| Hex | 51 | C2 | 56 | 3A | 0 | 38 | 18 | 7B | 30 | 36 |
| Octal | 121 | 302 | 126 | 72 | 0 | 70 | 30 | 173 | 60 | 66 |
| Binary | 1010001 | 11000010 | 1010110 | 111010 | 0 | 111000 | 11000 | 1111011 | 110000 | 110110 |
Color Harmonies of #51C256
Complementary color
Monochromatic Colors of #51C256
Black with #51C256
Text Example
Text Example
White with #51C256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C256; }
p { color: rgb(81,194,86); }
H1.HeaderClassName
{
color: #51C256;
}
.AnyTagClassName
{
color: #51C256;
}
</style>
background-color css
<style>
a { background-color: #51C256; }
a { background-color: rgb(81,194,86); }
div.DivClassName
{
background-color: #51C256;
}
.BgClassName
{
background-color: #51C256;
}
</style>
border-color css
<style>
span { border-color: #51C256; }
span { border-color: rgb(81,194,86); }
td.TdClassName
{
border-color: #51C256;
}
.TagClassName
{
border-color: #51C256;
}
</style>