Shades of Kelly Green #51BA01
Tints of Kelly Green #51BA01
RGB
CMYK
RGB Variations
Color information
#51BA01 (or 0x51BA01) is known color: Kelly Green. HEX triplet: 51, BA and 01. RGB value is (81,186,1). Sum of RGB (Red+Green+Blue) = 81+186+1=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 186 (73.05% from 255 or 69.40% from 268); Blue value is 1 (0.78% from 255 or 0.37% from 268); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51BA01 is #AE45FE. Grayscale: #868686. Windows color (decimal): -11421183 or 113233. OLE color: 113233.
HSL color Cylindrical-coordinate representation of color #51BA01: hue angle of 94.05º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51BA01 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 1 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.27 |
| HSL | 94.05º | 0.99% | 0.37% | - |
| HSV(B) | 94.05º | 0.99% | 0.73% | - |
| XYZ | 20.96 | 36.87 | 6.04 | - |
| YUV | 133.52 | 53.21 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 1 | 0.56 | 0 | 0.99 | 0.27 | 94.05 | 0.99 | 0.37 |
| Hex | 51 | BA | 1 | 38 | 0 | 63 | 1B | 5E | 63 | 25 |
| Octal | 121 | 272 | 1 | 70 | 0 | 143 | 33 | 136 | 143 | 45 |
| Binary | 1010001 | 10111010 | 1 | 111000 | 0 | 1100011 | 11011 | 1011110 | 1100011 | 100101 |
Color Harmonies of #51BA01
Complementary color
Monochromatic Colors of #51BA01
Black with #51BA01
Text Example
Text Example
White with #51BA01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA01; }
p { color: rgb(81,186,1); }
H1.HeaderClassName
{
color: #51BA01;
}
.AnyTagClassName
{
color: #51BA01;
}
</style>
background-color css
<style>
a { background-color: #51BA01; }
a { background-color: rgb(81,186,1); }
div.DivClassName
{
background-color: #51BA01;
}
.BgClassName
{
background-color: #51BA01;
}
</style>
border-color css
<style>
span { border-color: #51BA01; }
span { border-color: rgb(81,186,1); }
td.TdClassName
{
border-color: #51BA01;
}
.TagClassName
{
border-color: #51BA01;
}
</style>