Shades of Kelly Green #51DB14
Tints of Kelly Green #51DB14
RGB
CMYK
RGB Variations
Color information
#51DB14 (or 0x51DB14) is known color: Kelly Green. HEX triplet: 51, DB and 14. RGB value is (81,219,20). Sum of RGB (Red+Green+Blue) = 81+219+20=320 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.31% from 320); Green value is 219 (85.94% from 255 or 68.44% from 320); Blue value is 20 (8.20% from 255 or 6.25% from 320); Max value from RGB is 219 - color contains mainly: green. Hex color #51DB14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51DB14 is #AE24EB. Grayscale: #9B9B9B. Windows color (decimal): -11412716 or 1366865. OLE color: 1366865.
HSL color Cylindrical-coordinate representation of color #51DB14: hue angle of 101.61º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #51DB14 is Cyan = 0.63, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 219 | 20 | - |
| CMYK | 0.63 | 0 | 0.91 | 0.14 |
| HSL | 101.61º | 0.83% | 0.47% | - |
| HSV(B) | 101.61º | 0.91% | 0.86% | - |
| XYZ | 28.85 | 52.46 | 9.27 | - |
| YUV | 155.05 | 51.78 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 219 | 20 | 0.63 | 0 | 0.91 | 0.14 | 101.61 | 0.83 | 0.47 |
| Hex | 51 | DB | 14 | 3F | 0 | 5B | E | 66 | 53 | 2F |
| Octal | 121 | 333 | 24 | 77 | 0 | 133 | 16 | 146 | 123 | 57 |
| Binary | 1010001 | 11011011 | 10100 | 111111 | 0 | 1011011 | 1110 | 1100110 | 1010011 | 101111 |
Color Harmonies of #51DB14
Complementary color
Monochromatic Colors of #51DB14
Black with #51DB14
Text Example
Text Example
White with #51DB14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DB14; }
p { color: rgb(81,219,20); }
H1.HeaderClassName
{
color: #51DB14;
}
.AnyTagClassName
{
color: #51DB14;
}
</style>
background-color css
<style>
a { background-color: #51DB14; }
a { background-color: rgb(81,219,20); }
div.DivClassName
{
background-color: #51DB14;
}
.BgClassName
{
background-color: #51DB14;
}
</style>
border-color css
<style>
span { border-color: #51DB14; }
span { border-color: rgb(81,219,20); }
td.TdClassName
{
border-color: #51DB14;
}
.TagClassName
{
border-color: #51DB14;
}
</style>