Shades of Kelly Green #50A91F
Tints of Kelly Green #50A91F
RGB
CMYK
RGB Variations
Color information
#50A91F (or 0x50A91F) is known color: Kelly Green. HEX triplet: 50, A9 and 1F. RGB value is (80,169,31). Sum of RGB (Red+Green+Blue) = 80+169+31=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #50A91F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A91F is #AF56E0. Grayscale: #7F7F7F. Windows color (decimal): -11491041 or 2074960. OLE color: 2074960.
HSL color Cylindrical-coordinate representation of color #50A91F: hue angle of 98.7º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50A91F is Cyan = 0.53, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 31 | - |
| CMYK | 0.53 | 0 | 0.82 | 0.34 |
| HSL | 98.7º | 0.69% | 0.39% | - |
| HSV(B) | 98.7º | 0.82% | 0.66% | - |
| XYZ | 17.74 | 30.18 | 6.19 | - |
| YUV | 126.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 31 | 0.53 | 0 | 0.82 | 0.34 | 98.7 | 0.69 | 0.39 |
| Hex | 50 | A9 | 1F | 35 | 0 | 52 | 22 | 63 | 45 | 27 |
| Octal | 120 | 251 | 37 | 65 | 0 | 122 | 42 | 143 | 105 | 47 |
| Binary | 1010000 | 10101001 | 11111 | 110101 | 0 | 1010010 | 100010 | 1100011 | 1000101 | 100111 |
Color Harmonies of #50A91F
Complementary color
Monochromatic Colors of #50A91F
Black with #50A91F
Text Example
Text Example
White with #50A91F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A91F; }
p { color: rgb(80,169,31); }
H1.HeaderClassName
{
color: #50A91F;
}
.AnyTagClassName
{
color: #50A91F;
}
</style>
background-color css
<style>
a { background-color: #50A91F; }
a { background-color: rgb(80,169,31); }
div.DivClassName
{
background-color: #50A91F;
}
.BgClassName
{
background-color: #50A91F;
}
</style>
border-color css
<style>
span { border-color: #50A91F; }
span { border-color: rgb(80,169,31); }
td.TdClassName
{
border-color: #50A91F;
}
.TagClassName
{
border-color: #50A91F;
}
</style>