Shades of Kelly Green #50BA07
Tints of Kelly Green #50BA07
RGB
CMYK
RGB Variations
Color information
#50BA07 (or 0x50BA07) is known color: Kelly Green. HEX triplet: 50, BA and 07. RGB value is (80,186,7). Sum of RGB (Red+Green+Blue) = 80+186+7=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 186 (73.05% from 255 or 68.13% from 273); Blue value is 7 (3.12% from 255 or 2.56% from 273); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA07 is #AF45F8. Grayscale: #868686. Windows color (decimal): -11486713 or 506448. OLE color: 506448.
HSL color Cylindrical-coordinate representation of color #50BA07: hue angle of 95.53º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50BA07 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 7 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.27 |
| HSL | 95.53º | 0.93% | 0.38% | - |
| HSV(B) | 95.53º | 0.96% | 0.73% | - |
| XYZ | 20.91 | 36.84 | 6.21 | - |
| YUV | 133.9 | 56.38 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 7 | 0.57 | 0 | 0.96 | 0.27 | 95.53 | 0.93 | 0.38 |
| Hex | 50 | BA | 7 | 39 | 0 | 60 | 1B | 60 | 5D | 26 |
| Octal | 120 | 272 | 7 | 71 | 0 | 140 | 33 | 140 | 135 | 46 |
| Binary | 1010000 | 10111010 | 111 | 111001 | 0 | 1100000 | 11011 | 1100000 | 1011101 | 100110 |
Color Harmonies of #50BA07
Complementary color
Monochromatic Colors of #50BA07
Black with #50BA07
Text Example
Text Example
White with #50BA07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA07; }
p { color: rgb(80,186,7); }
H1.HeaderClassName
{
color: #50BA07;
}
.AnyTagClassName
{
color: #50BA07;
}
</style>
background-color css
<style>
a { background-color: #50BA07; }
a { background-color: rgb(80,186,7); }
div.DivClassName
{
background-color: #50BA07;
}
.BgClassName
{
background-color: #50BA07;
}
</style>
border-color css
<style>
span { border-color: #50BA07; }
span { border-color: rgb(80,186,7); }
td.TdClassName
{
border-color: #50BA07;
}
.TagClassName
{
border-color: #50BA07;
}
</style>