Shades of Kelly Green #51A000
Tints of Kelly Green #51A000
RGB
CMYK
RGB Variations
Color information
#51A000 (or 0x51A000) is known color: Kelly Green. HEX triplet: 51, A0 and 00. RGB value is (81,160,0). Sum of RGB (Red+Green+Blue) = 81+160+0=241 (31% of max value = 765). Red value is 81 (32.03% from 255 or 33.61% from 241); Green value is 160 (62.89% from 255 or 66.39% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 160 - color contains mainly: green. Hex color #51A000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A000 is #AE5FFF. Grayscale: #767676. Windows color (decimal): -11427840 or 41041. OLE color: 41041.
HSL color Cylindrical-coordinate representation of color #51A000: hue angle of 89.62º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51A000 is Cyan = 0.49, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 81 | 160 | 0 | - |
| CMYK | 0.49 | 0 | 1 | 0.37 |
| HSL | 89.63º | 1% | 0.31% | - |
| HSV(B) | 89.63º | 1% | 0.63% | - |
| XYZ | 15.96 | 26.89 | 4.35 | - |
| YUV | 118.14 | 61.33 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 160 | 0 | 0.49 | 0 | 1 | 0.37 | 89.63 | 1 | 0.31 |
| Hex | 51 | A0 | 0 | 31 | 0 | 64 | 25 | 5A | 64 | 1F |
| Octal | 121 | 240 | 0 | 61 | 0 | 144 | 45 | 132 | 144 | 37 |
| Binary | 1010001 | 10100000 | 0 | 110001 | 0 | 1100100 | 100101 | 1011010 | 1100100 | 11111 |
Color Harmonies of #51A000
Complementary color
Monochromatic Colors of #51A000
Black with #51A000
Text Example
Text Example
White with #51A000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A000; }
p { color: rgb(81,160,0); }
H1.HeaderClassName
{
color: #51A000;
}
.AnyTagClassName
{
color: #51A000;
}
</style>
background-color css
<style>
a { background-color: #51A000; }
a { background-color: rgb(81,160,0); }
div.DivClassName
{
background-color: #51A000;
}
.BgClassName
{
background-color: #51A000;
}
</style>
border-color css
<style>
span { border-color: #51A000; }
span { border-color: rgb(81,160,0); }
td.TdClassName
{
border-color: #51A000;
}
.TagClassName
{
border-color: #51A000;
}
</style>