Shades of Kelly Green #51BC00
Tints of Kelly Green #51BC00
RGB
CMYK
RGB Variations
Color information
#51BC00 (or 0x51BC00) is known color: Kelly Green. HEX triplet: 51, BC and 00. RGB value is (81,188,0). Sum of RGB (Red+Green+Blue) = 81+188+0=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 188 (73.83% from 255 or 69.89% from 269); Blue value is 0 (0.39% from 255 or 0% from 269); Max value from RGB is 188 - color contains mainly: green. Hex color #51BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #51BC00 is #AE43FF. Grayscale: #878787. Windows color (decimal): -11420672 or 48209. OLE color: 48209.
HSL color Cylindrical-coordinate representation of color #51BC00: hue angle of 94.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #51BC00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 81 | 188 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.26 |
| HSL | 94.15º | 1% | 0.37% | - |
| HSV(B) | 94.15º | 1% | 0.74% | - |
| XYZ | 21.38 | 37.72 | 6.15 | - |
| YUV | 134.58 | 52.05 | 89.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 188 | 0 | 0.57 | 0 | 1 | 0.26 | 94.15 | 1 | 0.37 |
| Hex | 51 | BC | 0 | 39 | 0 | 64 | 1A | 5E | 64 | 25 |
| Octal | 121 | 274 | 0 | 71 | 0 | 144 | 32 | 136 | 144 | 45 |
| Binary | 1010001 | 10111100 | 0 | 111001 | 0 | 1100100 | 11010 | 1011110 | 1100100 | 100101 |
Color Harmonies of #51BC00
Complementary color
Monochromatic Colors of #51BC00
Black with #51BC00
Text Example
Text Example
White with #51BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BC00; }
p { color: rgb(81,188,0); }
H1.HeaderClassName
{
color: #51BC00;
}
.AnyTagClassName
{
color: #51BC00;
}
</style>
background-color css
<style>
a { background-color: #51BC00; }
a { background-color: rgb(81,188,0); }
div.DivClassName
{
background-color: #51BC00;
}
.BgClassName
{
background-color: #51BC00;
}
</style>
border-color css
<style>
span { border-color: #51BC00; }
span { border-color: rgb(81,188,0); }
td.TdClassName
{
border-color: #51BC00;
}
.TagClassName
{
border-color: #51BC00;
}
</style>