Shades of Kelly Green #51BD01
Tints of Kelly Green #51BD01
RGB
CMYK
RGB Variations
Color information
#51BD01 (or 0x51BD01) is known color: Kelly Green. HEX triplet: 51, BD and 01. RGB value is (81,189,1). Sum of RGB (Red+Green+Blue) = 81+189+1=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 189 (74.22% from 255 or 69.74% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 189 - color contains mainly: green. Hex color #51BD01 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51BD01 is #AE42FE. Grayscale: #878787. Windows color (decimal): -11420415 or 114001. OLE color: 114001.
HSL color Cylindrical-coordinate representation of color #51BD01: hue angle of 94.47º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #51BD01 is Cyan = 0.57, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 189 | 1 | - |
| CMYK | 0.57 | 0 | 0.99 | 0.26 |
| HSL | 94.47º | 0.99% | 0.37% | - |
| HSV(B) | 94.47º | 0.99% | 0.74% | - |
| XYZ | 21.6 | 38.15 | 6.25 | - |
| YUV | 135.28 | 52.22 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 189 | 1 | 0.57 | 0 | 0.99 | 0.26 | 94.47 | 0.99 | 0.37 |
| Hex | 51 | BD | 1 | 39 | 0 | 63 | 1A | 5E | 63 | 25 |
| Octal | 121 | 275 | 1 | 71 | 0 | 143 | 32 | 136 | 143 | 45 |
| Binary | 1010001 | 10111101 | 1 | 111001 | 0 | 1100011 | 11010 | 1011110 | 1100011 | 100101 |
Color Harmonies of #51BD01
Complementary color
Monochromatic Colors of #51BD01
Black with #51BD01
Text Example
Text Example
White with #51BD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BD01; }
p { color: rgb(81,189,1); }
H1.HeaderClassName
{
color: #51BD01;
}
.AnyTagClassName
{
color: #51BD01;
}
</style>
background-color css
<style>
a { background-color: #51BD01; }
a { background-color: rgb(81,189,1); }
div.DivClassName
{
background-color: #51BD01;
}
.BgClassName
{
background-color: #51BD01;
}
</style>
border-color css
<style>
span { border-color: #51BD01; }
span { border-color: rgb(81,189,1); }
td.TdClassName
{
border-color: #51BD01;
}
.TagClassName
{
border-color: #51BD01;
}
</style>