Shades of Kelly Green #50BC07
Tints of Kelly Green #50BC07
RGB
CMYK
RGB Variations
Color information
#50BC07 (or 0x50BC07) is known color: Kelly Green. HEX triplet: 50, BC and 07. RGB value is (80,188,7). Sum of RGB (Red+Green+Blue) = 80+188+7=275 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.09% from 275); Green value is 188 (73.83% from 255 or 68.36% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BC07 is #AF43F8. Grayscale: #878787. Windows color (decimal): -11486201 or 506960. OLE color: 506960.
HSL color Cylindrical-coordinate representation of color #50BC07: hue angle of 95.8º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50BC07 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 7 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.26 |
| HSL | 95.8º | 0.93% | 0.38% | - |
| HSV(B) | 95.8º | 0.96% | 0.74% | - |
| XYZ | 21.33 | 37.69 | 6.35 | - |
| YUV | 135.07 | 55.72 | 88.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 7 | 0.57 | 0 | 0.96 | 0.26 | 95.8 | 0.93 | 0.38 |
| Hex | 50 | BC | 7 | 39 | 0 | 60 | 1A | 60 | 5D | 26 |
| Octal | 120 | 274 | 7 | 71 | 0 | 140 | 32 | 140 | 135 | 46 |
| Binary | 1010000 | 10111100 | 111 | 111001 | 0 | 1100000 | 11010 | 1100000 | 1011101 | 100110 |
Color Harmonies of #50BC07
Complementary color
Monochromatic Colors of #50BC07
Black with #50BC07
Text Example
Text Example
White with #50BC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC07; }
p { color: rgb(80,188,7); }
H1.HeaderClassName
{
color: #50BC07;
}
.AnyTagClassName
{
color: #50BC07;
}
</style>
background-color css
<style>
a { background-color: #50BC07; }
a { background-color: rgb(80,188,7); }
div.DivClassName
{
background-color: #50BC07;
}
.BgClassName
{
background-color: #50BC07;
}
</style>
border-color css
<style>
span { border-color: #50BC07; }
span { border-color: rgb(80,188,7); }
td.TdClassName
{
border-color: #50BC07;
}
.TagClassName
{
border-color: #50BC07;
}
</style>