Shades of Kelly Green #51D712
Tints of Kelly Green #51D712
RGB
CMYK
RGB Variations
Color information
#51D712 (or 0x51D712) is known color: Kelly Green. HEX triplet: 51, D7 and 12. RGB value is (81,215,18). Sum of RGB (Red+Green+Blue) = 81+215+18=314 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.80% from 314); Green value is 215 (84.38% from 255 or 68.47% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 215 - color contains mainly: green. Hex color #51D712 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51D712 is #AE28ED. Grayscale: #999999. Windows color (decimal): -11413742 or 1234769. OLE color: 1234769.
HSL color Cylindrical-coordinate representation of color #51D712: hue angle of 100.81º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51D712 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 215 | 18 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.16 |
| HSL | 100.81º | 0.85% | 0.46% | - |
| HSV(B) | 100.81º | 0.92% | 0.84% | - |
| XYZ | 27.8 | 50.39 | 8.83 | - |
| YUV | 152.48 | 52.11 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 215 | 18 | 0.62 | 0 | 0.92 | 0.16 | 100.81 | 0.85 | 0.46 |
| Hex | 51 | D7 | 12 | 3E | 0 | 5C | 10 | 65 | 55 | 2E |
| Octal | 121 | 327 | 22 | 76 | 0 | 134 | 20 | 145 | 125 | 56 |
| Binary | 1010001 | 11010111 | 10010 | 111110 | 0 | 1011100 | 10000 | 1100101 | 1010101 | 101110 |
Color Harmonies of #51D712
Complementary color
Monochromatic Colors of #51D712
Black with #51D712
Text Example
Text Example
White with #51D712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D712; }
p { color: rgb(81,215,18); }
H1.HeaderClassName
{
color: #51D712;
}
.AnyTagClassName
{
color: #51D712;
}
</style>
background-color css
<style>
a { background-color: #51D712; }
a { background-color: rgb(81,215,18); }
div.DivClassName
{
background-color: #51D712;
}
.BgClassName
{
background-color: #51D712;
}
</style>
border-color css
<style>
span { border-color: #51D712; }
span { border-color: rgb(81,215,18); }
td.TdClassName
{
border-color: #51D712;
}
.TagClassName
{
border-color: #51D712;
}
</style>