Shades of Kelly Green #51DD0A
Tints of Kelly Green #51DD0A
RGB
CMYK
RGB Variations
Color information
#51DD0A (or 0x51DD0A) is known color: Kelly Green. HEX triplet: 51, DD and 0A. RGB value is (81,221,10). Sum of RGB (Red+Green+Blue) = 81+221+10=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #51DD0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51DD0A is #AE22F5. Grayscale: #9B9B9B. Windows color (decimal): -11412214 or 712017. OLE color: 712017.
HSL color Cylindrical-coordinate representation of color #51DD0A: hue angle of 99.81º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51DD0A is Cyan = 0.63, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 81 | 221 | 10 | - |
| CMYK | 0.63 | 0 | 0.95 | 0.13 |
| HSL | 99.81º | 0.91% | 0.45% | - |
| HSV(B) | 99.81º | 0.95% | 0.87% | - |
| XYZ | 29.3 | 53.48 | 9.07 | - |
| YUV | 155.09 | 46.12 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 221 | 10 | 0.63 | 0 | 0.95 | 0.13 | 99.81 | 0.91 | 0.45 |
| Hex | 51 | DD | A | 3F | 0 | 5F | D | 64 | 5B | 2D |
| Octal | 121 | 335 | 12 | 77 | 0 | 137 | 15 | 144 | 133 | 55 |
| Binary | 1010001 | 11011101 | 1010 | 111111 | 0 | 1011111 | 1101 | 1100100 | 1011011 | 101101 |
Color Harmonies of #51DD0A
Complementary color
Monochromatic Colors of #51DD0A
Black with #51DD0A
Text Example
Text Example
White with #51DD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DD0A; }
p { color: rgb(81,221,10); }
H1.HeaderClassName
{
color: #51DD0A;
}
.AnyTagClassName
{
color: #51DD0A;
}
</style>
background-color css
<style>
a { background-color: #51DD0A; }
a { background-color: rgb(81,221,10); }
div.DivClassName
{
background-color: #51DD0A;
}
.BgClassName
{
background-color: #51DD0A;
}
</style>
border-color css
<style>
span { border-color: #51DD0A; }
span { border-color: rgb(81,221,10); }
td.TdClassName
{
border-color: #51DD0A;
}
.TagClassName
{
border-color: #51DD0A;
}
</style>