Shades of Kelly Green #51DD20
Tints of Kelly Green #51DD20
RGB
CMYK
RGB Variations
Color information
#51DD20 (or 0x51DD20) is known color: Kelly Green. HEX triplet: 51, DD and 20. RGB value is (81,221,32). Sum of RGB (Red+Green+Blue) = 81+221+32=334 (44% of max value = 765). Red value is 81 (32.03% from 255 or 24.25% from 334); Green value is 221 (86.72% from 255 or 66.17% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD20 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DD20 is #AE22DF. Grayscale: #9E9E9E. Windows color (decimal): -11412192 or 2153809. OLE color: 2153809.
HSL color Cylindrical-coordinate representation of color #51DD20: hue angle of 104.44º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #51DD20 is Cyan = 0.63, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 32 | - |
| CMYK | 0.63 | 0 | 0.86 | 0.13 |
| HSL | 104.44º | 0.75% | 0.5% | - |
| HSV(B) | 104.44º | 0.86% | 0.87% | - |
| XYZ | 29.51 | 53.57 | 10.15 | - |
| YUV | 157.59 | 57.12 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 32 | 0.63 | 0 | 0.86 | 0.13 | 104.44 | 0.75 | 0.5 |
| Hex | 51 | DD | 20 | 3F | 0 | 56 | D | 68 | 4B | 32 |
| Octal | 121 | 335 | 40 | 77 | 0 | 126 | 15 | 150 | 113 | 62 |
| Binary | 1010001 | 11011101 | 100000 | 111111 | 0 | 1010110 | 1101 | 1101000 | 1001011 | 110010 |
Color Harmonies of #51DD20
Complementary color
Monochromatic Colors of #51DD20
Black with #51DD20
Text Example
Text Example
White with #51DD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD20; }
p { color: rgb(81,221,32); }
H1.HeaderClassName
{
color: #51DD20;
}
.AnyTagClassName
{
color: #51DD20;
}
</style>
background-color css
<style>
a { background-color: #51DD20; }
a { background-color: rgb(81,221,32); }
div.DivClassName
{
background-color: #51DD20;
}
.BgClassName
{
background-color: #51DD20;
}
</style>
border-color css
<style>
span { border-color: #51DD20; }
span { border-color: rgb(81,221,32); }
td.TdClassName
{
border-color: #51DD20;
}
.TagClassName
{
border-color: #51DD20;
}
</style>