Shades of Kelly Green #51BA2A
Tints of Kelly Green #51BA2A
RGB
CMYK
RGB Variations
Color information
#51BA2A (or 0x51BA2A) is known color: Kelly Green. HEX triplet: 51, BA and 2A. RGB value is (81,186,42). Sum of RGB (Red+Green+Blue) = 81+186+42=309 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.21% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 42 (16.80% from 255 or 13.59% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BA2A is #AE45D5. Grayscale: #8A8A8A. Windows color (decimal): -11421142 or 2800209. OLE color: 2800209.
HSL color Cylindrical-coordinate representation of color #51BA2A: hue angle of 103.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #51BA2A is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 42 | - |
| CMYK | 0.56 | 0 | 0.77 | 0.27 |
| HSL | 103.75º | 0.63% | 0.45% | - |
| HSV(B) | 103.75º | 0.77% | 0.73% | - |
| XYZ | 21.37 | 37.03 | 8.21 | - |
| YUV | 138.19 | 73.71 | 87.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 42 | 0.56 | 0 | 0.77 | 0.27 | 103.75 | 0.63 | 0.45 |
| Hex | 51 | BA | 2A | 38 | 0 | 4D | 1B | 68 | 3F | 2D |
| Octal | 121 | 272 | 52 | 70 | 0 | 115 | 33 | 150 | 77 | 55 |
| Binary | 1010001 | 10111010 | 101010 | 111000 | 0 | 1001101 | 11011 | 1101000 | 111111 | 101101 |
Color Harmonies of #51BA2A
Complementary color
Monochromatic Colors of #51BA2A
Black with #51BA2A
Text Example
Text Example
White with #51BA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA2A; }
p { color: rgb(81,186,42); }
H1.HeaderClassName
{
color: #51BA2A;
}
.AnyTagClassName
{
color: #51BA2A;
}
</style>
background-color css
<style>
a { background-color: #51BA2A; }
a { background-color: rgb(81,186,42); }
div.DivClassName
{
background-color: #51BA2A;
}
.BgClassName
{
background-color: #51BA2A;
}
</style>
border-color css
<style>
span { border-color: #51BA2A; }
span { border-color: rgb(81,186,42); }
td.TdClassName
{
border-color: #51BA2A;
}
.TagClassName
{
border-color: #51BA2A;
}
</style>