Shades of Kelly Green #50B919
Tints of Kelly Green #50B919
RGB
CMYK
RGB Variations
Color information
#50B919 (or 0x50B919) is known color: Kelly Green. HEX triplet: 50, B9 and 19. RGB value is (80,185,25). Sum of RGB (Red+Green+Blue) = 80+185+25=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #50B919 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B919 is #AF46E6. Grayscale: #878787. Windows color (decimal): -11486951 or 1685840. OLE color: 1685840.
HSL color Cylindrical-coordinate representation of color #50B919: hue angle of 99.38º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50B919 is Cyan = 0.57, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 25 | - |
| CMYK | 0.57 | 0 | 0.86 | 0.27 |
| HSL | 99.38º | 0.76% | 0.41% | - |
| HSV(B) | 99.38º | 0.86% | 0.73% | - |
| XYZ | 20.83 | 36.47 | 6.86 | - |
| YUV | 135.37 | 65.71 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 25 | 0.57 | 0 | 0.86 | 0.27 | 99.38 | 0.76 | 0.41 |
| Hex | 50 | B9 | 19 | 39 | 0 | 56 | 1B | 63 | 4C | 29 |
| Octal | 120 | 271 | 31 | 71 | 0 | 126 | 33 | 143 | 114 | 51 |
| Binary | 1010000 | 10111001 | 11001 | 111001 | 0 | 1010110 | 11011 | 1100011 | 1001100 | 101001 |
Color Harmonies of #50B919
Complementary color
Monochromatic Colors of #50B919
Black with #50B919
Text Example
Text Example
White with #50B919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B919; }
p { color: rgb(80,185,25); }
H1.HeaderClassName
{
color: #50B919;
}
.AnyTagClassName
{
color: #50B919;
}
</style>
background-color css
<style>
a { background-color: #50B919; }
a { background-color: rgb(80,185,25); }
div.DivClassName
{
background-color: #50B919;
}
.BgClassName
{
background-color: #50B919;
}
</style>
border-color css
<style>
span { border-color: #50B919; }
span { border-color: rgb(80,185,25); }
td.TdClassName
{
border-color: #50B919;
}
.TagClassName
{
border-color: #50B919;
}
</style>