Shades of Kelly Green #51A200
Tints of Kelly Green #51A200
RGB
CMYK
RGB Variations
Color information
#51A200 (or 0x51A200) is known color: Kelly Green. HEX triplet: 51, A2 and 00. RGB value is (81,162,0). Sum of RGB (Red+Green+Blue) = 81+162+0=243 (32% of max value = 765). Red value is 81 (32.03% from 255 or 33.33% from 243); Green value is 162 (63.67% from 255 or 66.67% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 162 - color contains mainly: green. Hex color #51A200 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #51A200 is #AE5DFF. Grayscale: #777777. Windows color (decimal): -11427328 or 41553. OLE color: 41553.
HSL color Cylindrical-coordinate representation of color #51A200: hue angle of 90º 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 #51A200 is Cyan = 0.50, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 81 | 162 | 0 | - |
| CMYK | 0.50 | 0 | 1 | 0.36 |
| HSL | 90º | 1% | 0.32% | - |
| HSV(B) | 90º | 1% | 0.64% | - |
| XYZ | 16.31 | 27.59 | 4.47 | - |
| YUV | 119.31 | 60.66 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 162 | 0 | 0.50 | 0 | 1 | 0.36 | 90 | 1 | 0.32 |
| Hex | 51 | A2 | 0 | 32 | 0 | 64 | 24 | 5A | 64 | 20 |
| Octal | 121 | 242 | 0 | 62 | 0 | 144 | 44 | 132 | 144 | 40 |
| Binary | 1010001 | 10100010 | 0 | 110010 | 0 | 1100100 | 100100 | 1011010 | 1100100 | 100000 |
Color Harmonies of #51A200
Complementary color
Monochromatic Colors of #51A200
Black with #51A200
Text Example
Text Example
White with #51A200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51A200; }
p { color: rgb(81,162,0); }
H1.HeaderClassName
{
color: #51A200;
}
.AnyTagClassName
{
color: #51A200;
}
</style>
background-color css
<style>
a { background-color: #51A200; }
a { background-color: rgb(81,162,0); }
div.DivClassName
{
background-color: #51A200;
}
.BgClassName
{
background-color: #51A200;
}
</style>
border-color css
<style>
span { border-color: #51A200; }
span { border-color: rgb(81,162,0); }
td.TdClassName
{
border-color: #51A200;
}
.TagClassName
{
border-color: #51A200;
}
</style>