Shades of Kelly Green #51DB12
Tints of Kelly Green #51DB12
RGB
CMYK
RGB Variations
Color information
#51DB12 (or 0x51DB12) is known color: Kelly Green. HEX triplet: 51, DB and 12. RGB value is (81,219,18). Sum of RGB (Red+Green+Blue) = 81+219+18=318 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.47% from 318); Green value is 219 (85.94% from 255 or 68.87% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB12 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51DB12 is #AE24ED. Grayscale: #9B9B9B. Windows color (decimal): -11412718 or 1235793. OLE color: 1235793.
HSL color Cylindrical-coordinate representation of color #51DB12: hue angle of 101.19º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51DB12 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 18 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.14 |
| HSL | 101.19º | 0.85% | 0.46% | - |
| HSV(B) | 101.19º | 0.92% | 0.86% | - |
| XYZ | 28.83 | 52.46 | 9.18 | - |
| YUV | 154.82 | 50.78 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 18 | 0.63 | 0 | 0.92 | 0.14 | 101.19 | 0.85 | 0.46 |
| Hex | 51 | DB | 12 | 3F | 0 | 5C | E | 65 | 55 | 2E |
| Octal | 121 | 333 | 22 | 77 | 0 | 134 | 16 | 145 | 125 | 56 |
| Binary | 1010001 | 11011011 | 10010 | 111111 | 0 | 1011100 | 1110 | 1100101 | 1010101 | 101110 |
Color Harmonies of #51DB12
Complementary color
Monochromatic Colors of #51DB12
Black with #51DB12
Text Example
Text Example
White with #51DB12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB12; }
p { color: rgb(81,219,18); }
H1.HeaderClassName
{
color: #51DB12;
}
.AnyTagClassName
{
color: #51DB12;
}
</style>
background-color css
<style>
a { background-color: #51DB12; }
a { background-color: rgb(81,219,18); }
div.DivClassName
{
background-color: #51DB12;
}
.BgClassName
{
background-color: #51DB12;
}
</style>
border-color css
<style>
span { border-color: #51DB12; }
span { border-color: rgb(81,219,18); }
td.TdClassName
{
border-color: #51DB12;
}
.TagClassName
{
border-color: #51DB12;
}
</style>