Shades of Kelly Green #51D80B
Tints of Kelly Green #51D80B
RGB
CMYK
RGB Variations
Color information
#51D80B (or 0x51D80B) is known color: Kelly Green. HEX triplet: 51, D8 and 0B. RGB value is (81,216,11). Sum of RGB (Red+Green+Blue) = 81+216+11=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 216 (84.77% from 255 or 70.13% from 308); Blue value is 11 (4.69% from 255 or 3.57% from 308); Max value from RGB is 216 - color contains mainly: green. Hex color #51D80B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51D80B is #AE27F4. Grayscale: #989898. Windows color (decimal): -11413493 or 776273. OLE color: 776273.
HSL color Cylindrical-coordinate representation of color #51D80B: hue angle of 99.51º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #51D80B is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 81 | 216 | 11 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.15 |
| HSL | 99.51º | 0.9% | 0.45% | - |
| HSV(B) | 99.51º | 0.95% | 0.85% | - |
| XYZ | 28.01 | 50.89 | 8.66 | - |
| YUV | 152.27 | 48.27 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 216 | 11 | 0.62 | 0 | 0.95 | 0.15 | 99.51 | 0.9 | 0.45 |
| Hex | 51 | D8 | B | 3E | 0 | 5F | F | 64 | 5A | 2D |
| Octal | 121 | 330 | 13 | 76 | 0 | 137 | 17 | 144 | 132 | 55 |
| Binary | 1010001 | 11011000 | 1011 | 111110 | 0 | 1011111 | 1111 | 1100100 | 1011010 | 101101 |
Color Harmonies of #51D80B
Complementary color
Monochromatic Colors of #51D80B
Black with #51D80B
Text Example
Text Example
White with #51D80B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51D80B; }
p { color: rgb(81,216,11); }
H1.HeaderClassName
{
color: #51D80B;
}
.AnyTagClassName
{
color: #51D80B;
}
</style>
background-color css
<style>
a { background-color: #51D80B; }
a { background-color: rgb(81,216,11); }
div.DivClassName
{
background-color: #51D80B;
}
.BgClassName
{
background-color: #51D80B;
}
</style>
border-color css
<style>
span { border-color: #51D80B; }
span { border-color: rgb(81,216,11); }
td.TdClassName
{
border-color: #51D80B;
}
.TagClassName
{
border-color: #51D80B;
}
</style>