Shades of Fern #51CE50
Tints of Fern #51CE50
RGB
CMYK
RGB Variations
Color information
#51CE50 (or 0x51CE50) is known color: Fern. HEX triplet: 51, CE and 50. RGB value is (81,206,80). Sum of RGB (Red+Green+Blue) = 81+206+80=367 (48% of max value = 765). Red value is 81 (32.03% from 255 or 22.07% from 367); Green value is 206 (80.86% from 255 or 56.13% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 206 - color contains mainly: green. Hex color #51CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #51CE50 is #AE31AF. Grayscale: #9A9A9A. Windows color (decimal): -11415984 or 5295697. OLE color: 5295697.
HSL color Cylindrical-coordinate representation of color #51CE50: hue angle of 119.52º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51CE50 is Cyan = 0.61, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 81 | 206 | 80 | - |
| CMYK | 0.61 | 0 | 0.61 | 0.19 |
| HSL | 119.52º | 0.56% | 0.56% | - |
| HSV(B) | 119.52º | 0.61% | 0.81% | - |
| XYZ | 26.91 | 46.47 | 15.14 | - |
| YUV | 154.26 | 86.09 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 206 | 80 | 0.61 | 0 | 0.61 | 0.19 | 119.52 | 0.56 | 0.56 |
| Hex | 51 | CE | 50 | 3D | 0 | 3D | 13 | 78 | 38 | 38 |
| Octal | 121 | 316 | 120 | 75 | 0 | 75 | 23 | 170 | 70 | 70 |
| Binary | 1010001 | 11001110 | 1010000 | 111101 | 0 | 111101 | 10011 | 1111000 | 111000 | 111000 |
Color Harmonies of #51CE50
Complementary color
Monochromatic Colors of #51CE50
Black with #51CE50
Text Example
Text Example
White with #51CE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51CE50; }
p { color: rgb(81,206,80); }
H1.HeaderClassName
{
color: #51CE50;
}
.AnyTagClassName
{
color: #51CE50;
}
</style>
background-color css
<style>
a { background-color: #51CE50; }
a { background-color: rgb(81,206,80); }
div.DivClassName
{
background-color: #51CE50;
}
.BgClassName
{
background-color: #51CE50;
}
</style>
border-color css
<style>
span { border-color: #51CE50; }
span { border-color: rgb(81,206,80); }
td.TdClassName
{
border-color: #51CE50;
}
.TagClassName
{
border-color: #51CE50;
}
</style>