Shades of Kelly Green #51AD02
Tints of Kelly Green #51AD02
RGB
CMYK
RGB Variations
Color information
#51AD02 (or 0x51AD02) is known color: Kelly Green. HEX triplet: 51, AD and 02. RGB value is (81,173,2). Sum of RGB (Red+Green+Blue) = 81+173+2=256 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.64% from 256); Green value is 173 (67.97% from 255 or 67.58% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 173 - color contains mainly: green. Hex color #51AD02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51AD02 is #AE52FD. Grayscale: #7E7E7E. Windows color (decimal): -11424510 or 175441. OLE color: 175441.
HSL color Cylindrical-coordinate representation of color #51AD02: hue angle of 92.28º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51AD02 is Cyan = 0.53, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 81 | 173 | 2 | - |
| CMYK | 0.53 | 0 | 0.99 | 0.32 |
| HSL | 92.28º | 0.98% | 0.34% | - |
| HSV(B) | 92.28º | 0.99% | 0.68% | - |
| XYZ | 18.35 | 31.64 | 5.2 | - |
| YUV | 126 | 58.02 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 173 | 2 | 0.53 | 0 | 0.99 | 0.32 | 92.28 | 0.98 | 0.34 |
| Hex | 51 | AD | 2 | 35 | 0 | 63 | 20 | 5C | 62 | 22 |
| Octal | 121 | 255 | 2 | 65 | 0 | 143 | 40 | 134 | 142 | 42 |
| Binary | 1010001 | 10101101 | 10 | 110101 | 0 | 1100011 | 100000 | 1011100 | 1100010 | 100010 |
Color Harmonies of #51AD02
Complementary color
Monochromatic Colors of #51AD02
Black with #51AD02
Text Example
Text Example
White with #51AD02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AD02; }
p { color: rgb(81,173,2); }
H1.HeaderClassName
{
color: #51AD02;
}
.AnyTagClassName
{
color: #51AD02;
}
</style>
background-color css
<style>
a { background-color: #51AD02; }
a { background-color: rgb(81,173,2); }
div.DivClassName
{
background-color: #51AD02;
}
.BgClassName
{
background-color: #51AD02;
}
</style>
border-color css
<style>
span { border-color: #51AD02; }
span { border-color: rgb(81,173,2); }
td.TdClassName
{
border-color: #51AD02;
}
.TagClassName
{
border-color: #51AD02;
}
</style>