Shades of Kelly Green #51DA2A
Tints of Kelly Green #51DA2A
RGB
CMYK
RGB Variations
Color information
#51DA2A (or 0x51DA2A) is known color: Kelly Green. HEX triplet: 51, DA and 2A. RGB value is (81,218,42). Sum of RGB (Red+Green+Blue) = 81+218+42=341 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.75% from 341); Green value is 218 (85.55% from 255 or 63.93% from 341); Blue value is 42 (16.80% from 255 or 12.32% from 341); Max value from RGB is 218 - color contains mainly: green. Hex color #51DA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51DA2A is #AE25D5. Grayscale: #9D9D9D. Windows color (decimal): -11412950 or 2808401. OLE color: 2808401.
HSL color Cylindrical-coordinate representation of color #51DA2A: hue angle of 106.7º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #51DA2A is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 218 | 42 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.15 |
| HSL | 106.7º | 0.7% | 0.51% | - |
| HSV(B) | 106.7º | 0.81% | 0.85% | - |
| XYZ | 28.88 | 52.06 | 10.72 | - |
| YUV | 156.97 | 63.11 | 73.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 218 | 42 | 0.63 | 0 | 0.81 | 0.15 | 106.7 | 0.7 | 0.51 |
| Hex | 51 | DA | 2A | 3F | 0 | 51 | F | 6B | 46 | 33 |
| Octal | 121 | 332 | 52 | 77 | 0 | 121 | 17 | 153 | 106 | 63 |
| Binary | 1010001 | 11011010 | 101010 | 111111 | 0 | 1010001 | 1111 | 1101011 | 1000110 | 110011 |
Color Harmonies of #51DA2A
Complementary color
Monochromatic Colors of #51DA2A
Black with #51DA2A
Text Example
Text Example
White with #51DA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51DA2A; }
p { color: rgb(81,218,42); }
H1.HeaderClassName
{
color: #51DA2A;
}
.AnyTagClassName
{
color: #51DA2A;
}
</style>
background-color css
<style>
a { background-color: #51DA2A; }
a { background-color: rgb(81,218,42); }
div.DivClassName
{
background-color: #51DA2A;
}
.BgClassName
{
background-color: #51DA2A;
}
</style>
border-color css
<style>
span { border-color: #51DA2A; }
span { border-color: rgb(81,218,42); }
td.TdClassName
{
border-color: #51DA2A;
}
.TagClassName
{
border-color: #51DA2A;
}
</style>