Shades of Kelly Green #50B613
Tints of Kelly Green #50B613
RGB
CMYK
RGB Variations
Color information
#50B613 (or 0x50B613) is known color: Kelly Green. HEX triplet: 50, B6 and 13. RGB value is (80,182,19). Sum of RGB (Red+Green+Blue) = 80+182+19=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 182 (71.48% from 255 or 64.77% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 182 - color contains mainly: green. Hex color #50B613 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B613 is #AF49EC. Grayscale: #858585. Windows color (decimal): -11487725 or 1291856. OLE color: 1291856.
HSL color Cylindrical-coordinate representation of color #50B613: hue angle of 97.55º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50B613 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 182 | 19 | - |
| CMYK | 0.56 | 0 | 0.90 | 0.29 |
| HSL | 97.55º | 0.81% | 0.39% | - |
| HSV(B) | 97.55º | 0.9% | 0.71% | - |
| XYZ | 20.15 | 35.21 | 6.35 | - |
| YUV | 132.92 | 63.71 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 182 | 19 | 0.56 | 0 | 0.90 | 0.29 | 97.55 | 0.81 | 0.39 |
| Hex | 50 | B6 | 13 | 38 | 0 | 5A | 1D | 62 | 51 | 27 |
| Octal | 120 | 266 | 23 | 70 | 0 | 132 | 35 | 142 | 121 | 47 |
| Binary | 1010000 | 10110110 | 10011 | 111000 | 0 | 1011010 | 11101 | 1100010 | 1010001 | 100111 |
Color Harmonies of #50B613
Complementary color
Monochromatic Colors of #50B613
Black with #50B613
Text Example
Text Example
White with #50B613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B613; }
p { color: rgb(80,182,19); }
H1.HeaderClassName
{
color: #50B613;
}
.AnyTagClassName
{
color: #50B613;
}
</style>
background-color css
<style>
a { background-color: #50B613; }
a { background-color: rgb(80,182,19); }
div.DivClassName
{
background-color: #50B613;
}
.BgClassName
{
background-color: #50B613;
}
</style>
border-color css
<style>
span { border-color: #50B613; }
span { border-color: rgb(80,182,19); }
td.TdClassName
{
border-color: #50B613;
}
.TagClassName
{
border-color: #50B613;
}
</style>