Shades of Kelly Green #51A300
Tints of Kelly Green #51A300
RGB
CMYK
RGB Variations
Color information
#51A300 (or 0x51A300) is known color: Kelly Green. HEX triplet: 51, A3 and 00. RGB value is (81,163,0). Sum of RGB (Red+Green+Blue) = 81+163+0=244 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.20% from 244); Green value is 163 (64.06% from 255 or 66.80% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 163 - color contains mainly: green. Hex color #51A300 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A300 is #AE5CFF. Grayscale: #787878. Windows color (decimal): -11427072 or 41809. OLE color: 41809.
HSL color Cylindrical-coordinate representation of color #51A300: hue angle of 90.18º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51A300 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 163 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.36 |
| HSL | 90.18º | 1% | 0.32% | - |
| HSV(B) | 90.18º | 1% | 0.64% | - |
| XYZ | 16.49 | 27.94 | 4.52 | - |
| YUV | 119.9 | 60.33 | 100.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 163 | 0 | 0.50 | 0 | 1 | 0.36 | 90.18 | 1 | 0.32 |
| Hex | 51 | A3 | 0 | 32 | 0 | 64 | 24 | 5A | 64 | 20 |
| Octal | 121 | 243 | 0 | 62 | 0 | 144 | 44 | 132 | 144 | 40 |
| Binary | 1010001 | 10100011 | 0 | 110010 | 0 | 1100100 | 100100 | 1011010 | 1100100 | 100000 |
Color Harmonies of #51A300
Complementary color
Monochromatic Colors of #51A300
Black with #51A300
Text Example
Text Example
White with #51A300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A300; }
p { color: rgb(81,163,0); }
H1.HeaderClassName
{
color: #51A300;
}
.AnyTagClassName
{
color: #51A300;
}
</style>
background-color css
<style>
a { background-color: #51A300; }
a { background-color: rgb(81,163,0); }
div.DivClassName
{
background-color: #51A300;
}
.BgClassName
{
background-color: #51A300;
}
</style>
border-color css
<style>
span { border-color: #51A300; }
span { border-color: rgb(81,163,0); }
td.TdClassName
{
border-color: #51A300;
}
.TagClassName
{
border-color: #51A300;
}
</style>