Shades of Kelly Green #51BA13
Tints of Kelly Green #51BA13
RGB
CMYK
RGB Variations
Color information
#51BA13 (or 0x51BA13) is known color: Kelly Green. HEX triplet: 51, BA and 13. RGB value is (81,186,19). Sum of RGB (Red+Green+Blue) = 81+186+19=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 186 (73.05% from 255 or 65.03% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA13 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51BA13 is #AE45EC. Grayscale: #888888. Windows color (decimal): -11421165 or 1292881. OLE color: 1292881.
HSL color Cylindrical-coordinate representation of color #51BA13: hue angle of 97.72º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #51BA13 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 19 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.27 |
| HSL | 97.72º | 0.81% | 0.4% | - |
| HSV(B) | 97.72º | 0.9% | 0.73% | - |
| XYZ | 21.07 | 36.91 | 6.63 | - |
| YUV | 135.57 | 62.21 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 19 | 0.56 | 0 | 0.90 | 0.27 | 97.72 | 0.81 | 0.4 |
| Hex | 51 | BA | 13 | 38 | 0 | 5A | 1B | 62 | 51 | 28 |
| Octal | 121 | 272 | 23 | 70 | 0 | 132 | 33 | 142 | 121 | 50 |
| Binary | 1010001 | 10111010 | 10011 | 111000 | 0 | 1011010 | 11011 | 1100010 | 1010001 | 101000 |
Color Harmonies of #51BA13
Complementary color
Monochromatic Colors of #51BA13
Black with #51BA13
Text Example
Text Example
White with #51BA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA13; }
p { color: rgb(81,186,19); }
H1.HeaderClassName
{
color: #51BA13;
}
.AnyTagClassName
{
color: #51BA13;
}
</style>
background-color css
<style>
a { background-color: #51BA13; }
a { background-color: rgb(81,186,19); }
div.DivClassName
{
background-color: #51BA13;
}
.BgClassName
{
background-color: #51BA13;
}
</style>
border-color css
<style>
span { border-color: #51BA13; }
span { border-color: rgb(81,186,19); }
td.TdClassName
{
border-color: #51BA13;
}
.TagClassName
{
border-color: #51BA13;
}
</style>