Shades of Kelly Green #51BA26
Tints of Kelly Green #51BA26
RGB
CMYK
RGB Variations
Color information
#51BA26 (or 0x51BA26) is known color: Kelly Green. HEX triplet: 51, BA and 26. RGB value is (81,186,38). Sum of RGB (Red+Green+Blue) = 81+186+38=305 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.56% from 305); Green value is 186 (73.05% from 255 or 60.98% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #51BA26 is #AE45D9. Grayscale: #8A8A8A. Windows color (decimal): -11421146 or 2538065. OLE color: 2538065.
HSL color Cylindrical-coordinate representation of color #51BA26: hue angle of 102.57º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #51BA26 is Cyan = 0.56, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 38 | - |
| CMYK | 0.56 | 0 | 0.80 | 0.27 |
| HSL | 102.57º | 0.66% | 0.44% | - |
| HSV(B) | 102.57º | 0.8% | 0.73% | - |
| XYZ | 21.3 | 37.01 | 7.85 | - |
| YUV | 137.73 | 71.71 | 87.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 38 | 0.56 | 0 | 0.80 | 0.27 | 102.57 | 0.66 | 0.44 |
| Hex | 51 | BA | 26 | 38 | 0 | 50 | 1B | 67 | 42 | 2C |
| Octal | 121 | 272 | 46 | 70 | 0 | 120 | 33 | 147 | 102 | 54 |
| Binary | 1010001 | 10111010 | 100110 | 111000 | 0 | 1010000 | 11011 | 1100111 | 1000010 | 101100 |
Color Harmonies of #51BA26
Complementary color
Monochromatic Colors of #51BA26
Black with #51BA26
Text Example
Text Example
White with #51BA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA26; }
p { color: rgb(81,186,38); }
H1.HeaderClassName
{
color: #51BA26;
}
.AnyTagClassName
{
color: #51BA26;
}
</style>
background-color css
<style>
a { background-color: #51BA26; }
a { background-color: rgb(81,186,38); }
div.DivClassName
{
background-color: #51BA26;
}
.BgClassName
{
background-color: #51BA26;
}
</style>
border-color css
<style>
span { border-color: #51BA26; }
span { border-color: rgb(81,186,38); }
td.TdClassName
{
border-color: #51BA26;
}
.TagClassName
{
border-color: #51BA26;
}
</style>