Shades of Kelly Green #51D010
Tints of Kelly Green #51D010
RGB
CMYK
RGB Variations
Color information
#51D010 (or 0x51D010) is known color: Kelly Green. HEX triplet: 51, D0 and 10. RGB value is (81,208,16). Sum of RGB (Red+Green+Blue) = 81+208+16=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 16 (6.64% from 255 or 5.25% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #51D010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51D010 is #AE2FEF. Grayscale: #949494. Windows color (decimal): -11415536 or 1101905. OLE color: 1101905.
HSL color Cylindrical-coordinate representation of color #51D010: hue angle of 99.69º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51D010 is Cyan = 0.61, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 208 | 16 | - |
| CMYK | 0.61 | 0 | 0.92 | 0.18 |
| HSL | 99.69º | 0.86% | 0.44% | - |
| HSV(B) | 99.69º | 0.92% | 0.82% | - |
| XYZ | 26.04 | 46.9 | 8.17 | - |
| YUV | 148.14 | 53.42 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 208 | 16 | 0.61 | 0 | 0.92 | 0.18 | 99.69 | 0.86 | 0.44 |
| Hex | 51 | D0 | 10 | 3D | 0 | 5C | 12 | 64 | 56 | 2C |
| Octal | 121 | 320 | 20 | 75 | 0 | 134 | 22 | 144 | 126 | 54 |
| Binary | 1010001 | 11010000 | 10000 | 111101 | 0 | 1011100 | 10010 | 1100100 | 1010110 | 101100 |
Color Harmonies of #51D010
Complementary color
Monochromatic Colors of #51D010
Black with #51D010
Text Example
Text Example
White with #51D010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D010; }
p { color: rgb(81,208,16); }
H1.HeaderClassName
{
color: #51D010;
}
.AnyTagClassName
{
color: #51D010;
}
</style>
background-color css
<style>
a { background-color: #51D010; }
a { background-color: rgb(81,208,16); }
div.DivClassName
{
background-color: #51D010;
}
.BgClassName
{
background-color: #51D010;
}
</style>
border-color css
<style>
span { border-color: #51D010; }
span { border-color: rgb(81,208,16); }
td.TdClassName
{
border-color: #51D010;
}
.TagClassName
{
border-color: #51D010;
}
</style>