Shades of Kelly Green #50BC00
Tints of Kelly Green #50BC00
RGB
CMYK
RGB Variations
Color information
#50BC00 (or 0x50BC00) is known color: Kelly Green. HEX triplet: 50, BC and 00. RGB value is (80,188,0). Sum of RGB (Red+Green+Blue) = 80+188+0=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 188 (73.83% from 255 or 70.15% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC00 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BC00 is #AF43FF. Grayscale: #868686. Windows color (decimal): -11486208 or 48208. OLE color: 48208.
HSL color Cylindrical-coordinate representation of color #50BC00: hue angle of 94.47º 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 #50BC00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.26 |
| HSL | 94.47º | 1% | 0.37% | - |
| HSV(B) | 94.47º | 1% | 0.74% | - |
| XYZ | 21.29 | 37.67 | 6.15 | - |
| YUV | 134.28 | 52.22 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 0 | 0.57 | 0 | 1 | 0.26 | 94.47 | 1 | 0.37 |
| Hex | 50 | BC | 0 | 39 | 0 | 64 | 1A | 5E | 64 | 25 |
| Octal | 120 | 274 | 0 | 71 | 0 | 144 | 32 | 136 | 144 | 45 |
| Binary | 1010000 | 10111100 | 0 | 111001 | 0 | 1100100 | 11010 | 1011110 | 1100100 | 100101 |
Color Harmonies of #50BC00
Complementary color
Monochromatic Colors of #50BC00
Black with #50BC00
Text Example
Text Example
White with #50BC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC00; }
p { color: rgb(80,188,0); }
H1.HeaderClassName
{
color: #50BC00;
}
.AnyTagClassName
{
color: #50BC00;
}
</style>
background-color css
<style>
a { background-color: #50BC00; }
a { background-color: rgb(80,188,0); }
div.DivClassName
{
background-color: #50BC00;
}
.BgClassName
{
background-color: #50BC00;
}
</style>
border-color css
<style>
span { border-color: #50BC00; }
span { border-color: rgb(80,188,0); }
td.TdClassName
{
border-color: #50BC00;
}
.TagClassName
{
border-color: #50BC00;
}
</style>