Shades of Kelly Green #51D000
Tints of Kelly Green #51D000
RGB
CMYK
RGB Variations
Color information
#51D000 (or 0x51D000) is known color: Kelly Green. HEX triplet: 51, D0 and 00. RGB value is (81,208,0). Sum of RGB (Red+Green+Blue) = 81+208+0=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 208 (81.64% from 255 or 71.97% from 289); Blue value is 0 (0.39% from 255 or 0% from 289); Max value from RGB is 208 - color contains mainly: green. Hex color #51D000 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51D000 is #AE2FFF. Grayscale: #939393. Windows color (decimal): -11415552 or 53329. OLE color: 53329.
HSL color Cylindrical-coordinate representation of color #51D000: hue angle of 96.63º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51D000 is Cyan = 0.61, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 81 | 208 | 0 | - |
| CMYK | 0.61 | 0 | 1 | 0.18 |
| HSL | 96.63º | 1% | 0.41% | - |
| HSV(B) | 96.63º | 1% | 0.82% | - |
| XYZ | 25.95 | 46.86 | 7.68 | - |
| YUV | 146.32 | 45.42 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 208 | 0 | 0.61 | 0 | 1 | 0.18 | 96.63 | 1 | 0.41 |
| Hex | 51 | D0 | 0 | 3D | 0 | 64 | 12 | 61 | 64 | 29 |
| Octal | 121 | 320 | 0 | 75 | 0 | 144 | 22 | 141 | 144 | 51 |
| Binary | 1010001 | 11010000 | 0 | 111101 | 0 | 1100100 | 10010 | 1100001 | 1100100 | 101001 |
Color Harmonies of #51D000
Complementary color
Monochromatic Colors of #51D000
Black with #51D000
Text Example
Text Example
White with #51D000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D000; }
p { color: rgb(81,208,0); }
H1.HeaderClassName
{
color: #51D000;
}
.AnyTagClassName
{
color: #51D000;
}
</style>
background-color css
<style>
a { background-color: #51D000; }
a { background-color: rgb(81,208,0); }
div.DivClassName
{
background-color: #51D000;
}
.BgClassName
{
background-color: #51D000;
}
</style>
border-color css
<style>
span { border-color: #51D000; }
span { border-color: rgb(81,208,0); }
td.TdClassName
{
border-color: #51D000;
}
.TagClassName
{
border-color: #51D000;
}
</style>