Shades of Kelly Green #50BA03
Tints of Kelly Green #50BA03
RGB
CMYK
RGB Variations
Color information
#50BA03 (or 0x50BA03) is known color: Kelly Green. HEX triplet: 50, BA and 03. RGB value is (80,186,3). Sum of RGB (Red+Green+Blue) = 80+186+3=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 186 (73.05% from 255 or 69.14% from 269); Blue value is 3 (1.56% from 255 or 1.12% from 269); Max value from RGB is 186 - color contains mainly: green. Hex color #50BA03 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50BA03 is #AF45FC. Grayscale: #868686. Windows color (decimal): -11486717 or 244304. OLE color: 244304.
HSL color Cylindrical-coordinate representation of color #50BA03: hue angle of 94.75º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50BA03 is Cyan = 0.57, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 186 | 3 | - |
| CMYK | 0.57 | 0 | 0.98 | 0.27 |
| HSL | 94.75º | 0.97% | 0.37% | - |
| HSV(B) | 94.75º | 0.98% | 0.73% | - |
| XYZ | 20.88 | 36.83 | 6.09 | - |
| YUV | 133.44 | 54.38 | 89.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 186 | 3 | 0.57 | 0 | 0.98 | 0.27 | 94.75 | 0.97 | 0.37 |
| Hex | 50 | BA | 3 | 39 | 0 | 62 | 1B | 5F | 61 | 25 |
| Octal | 120 | 272 | 3 | 71 | 0 | 142 | 33 | 137 | 141 | 45 |
| Binary | 1010000 | 10111010 | 11 | 111001 | 0 | 1100010 | 11011 | 1011111 | 1100001 | 100101 |
Color Harmonies of #50BA03
Complementary color
Monochromatic Colors of #50BA03
Black with #50BA03
Text Example
Text Example
White with #50BA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BA03; }
p { color: rgb(80,186,3); }
H1.HeaderClassName
{
color: #50BA03;
}
.AnyTagClassName
{
color: #50BA03;
}
</style>
background-color css
<style>
a { background-color: #50BA03; }
a { background-color: rgb(80,186,3); }
div.DivClassName
{
background-color: #50BA03;
}
.BgClassName
{
background-color: #50BA03;
}
</style>
border-color css
<style>
span { border-color: #50BA03; }
span { border-color: rgb(80,186,3); }
td.TdClassName
{
border-color: #50BA03;
}
.TagClassName
{
border-color: #50BA03;
}
</style>