Shades of Kelly Green #51BA02
Tints of Kelly Green #51BA02
RGB
CMYK
RGB Variations
Color information
#51BA02 (or 0x51BA02) is known color: Kelly Green. HEX triplet: 51, BA and 02. RGB value is (81,186,2). Sum of RGB (Red+Green+Blue) = 81+186+2=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA02 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51BA02 is #AE45FD. Grayscale: #868686. Windows color (decimal): -11421182 or 178769. OLE color: 178769.
HSL color Cylindrical-coordinate representation of color #51BA02: hue angle of 94.24º degrees, saturation: 0.98, 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 #51BA02 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.27 |
| HSL | 94.24º | 0.98% | 0.37% | - |
| HSV(B) | 94.24º | 0.99% | 0.73% | - |
| XYZ | 20.96 | 36.87 | 6.07 | - |
| YUV | 133.63 | 53.71 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 2 | 0.56 | 0 | 0.99 | 0.27 | 94.24 | 0.98 | 0.37 |
| Hex | 51 | BA | 2 | 38 | 0 | 63 | 1B | 5E | 62 | 25 |
| Octal | 121 | 272 | 2 | 70 | 0 | 143 | 33 | 136 | 142 | 45 |
| Binary | 1010001 | 10111010 | 10 | 111000 | 0 | 1100011 | 11011 | 1011110 | 1100010 | 100101 |
Color Harmonies of #51BA02
Complementary color
Monochromatic Colors of #51BA02
Black with #51BA02
Text Example
Text Example
White with #51BA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA02; }
p { color: rgb(81,186,2); }
H1.HeaderClassName
{
color: #51BA02;
}
.AnyTagClassName
{
color: #51BA02;
}
</style>
background-color css
<style>
a { background-color: #51BA02; }
a { background-color: rgb(81,186,2); }
div.DivClassName
{
background-color: #51BA02;
}
.BgClassName
{
background-color: #51BA02;
}
</style>
border-color css
<style>
span { border-color: #51BA02; }
span { border-color: rgb(81,186,2); }
td.TdClassName
{
border-color: #51BA02;
}
.TagClassName
{
border-color: #51BA02;
}
</style>