Shades of Kelly Green #51D512
Tints of Kelly Green #51D512
RGB
CMYK
RGB Variations
Color information
#51D512 (or 0x51D512) is known color: Kelly Green. HEX triplet: 51, D5 and 12. RGB value is (81,213,18). Sum of RGB (Red+Green+Blue) = 81+213+18=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 213 (83.59% from 255 or 68.27% from 312); Blue value is 18 (7.42% from 255 or 5.77% from 312); Max value from RGB is 213 - color contains mainly: green. Hex color #51D512 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51D512 is #AE2AED. Grayscale: #979797. Windows color (decimal): -11414254 or 1234257. OLE color: 1234257.
HSL color Cylindrical-coordinate representation of color #51D512: hue angle of 100.62º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #51D512 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 81 | 213 | 18 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.16 |
| HSL | 100.62º | 0.84% | 0.45% | - |
| HSV(B) | 100.62º | 0.92% | 0.84% | - |
| XYZ | 27.3 | 49.38 | 8.67 | - |
| YUV | 151.3 | 52.77 | 77.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 213 | 18 | 0.62 | 0 | 0.92 | 0.16 | 100.62 | 0.84 | 0.45 |
| Hex | 51 | D5 | 12 | 3E | 0 | 5C | 10 | 65 | 54 | 2D |
| Octal | 121 | 325 | 22 | 76 | 0 | 134 | 20 | 145 | 124 | 55 |
| Binary | 1010001 | 11010101 | 10010 | 111110 | 0 | 1011100 | 10000 | 1100101 | 1010100 | 101101 |
Color Harmonies of #51D512
Complementary color
Monochromatic Colors of #51D512
Black with #51D512
Text Example
Text Example
White with #51D512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D512; }
p { color: rgb(81,213,18); }
H1.HeaderClassName
{
color: #51D512;
}
.AnyTagClassName
{
color: #51D512;
}
</style>
background-color css
<style>
a { background-color: #51D512; }
a { background-color: rgb(81,213,18); }
div.DivClassName
{
background-color: #51D512;
}
.BgClassName
{
background-color: #51D512;
}
</style>
border-color css
<style>
span { border-color: #51D512; }
span { border-color: rgb(81,213,18); }
td.TdClassName
{
border-color: #51D512;
}
.TagClassName
{
border-color: #51D512;
}
</style>