Shades of Kelly Green #50A908
Tints of Kelly Green #50A908
RGB
CMYK
RGB Variations
Color information
#50A908 (or 0x50A908) is known color: Kelly Green. HEX triplet: 50, A9 and 08. RGB value is (80,169,8). Sum of RGB (Red+Green+Blue) = 80+169+8=257 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.13% from 257); Green value is 169 (66.41% from 255 or 65.76% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 169 - color contains mainly: green. Hex color #50A908 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50A908 is #AF56F7. Grayscale: #7C7C7C. Windows color (decimal): -11491064 or 567632. OLE color: 567632.
HSL color Cylindrical-coordinate representation of color #50A908: hue angle of 93.17º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50A908 is Cyan = 0.53, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 80 | 169 | 8 | - |
| CMYK | 0.53 | 0 | 0.95 | 0.34 |
| HSL | 93.17º | 0.91% | 0.35% | - |
| HSV(B) | 93.17º | 0.95% | 0.66% | - |
| XYZ | 17.54 | 30.1 | 5.11 | - |
| YUV | 124.04 | 62.51 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 169 | 8 | 0.53 | 0 | 0.95 | 0.34 | 93.17 | 0.91 | 0.35 |
| Hex | 50 | A9 | 8 | 35 | 0 | 5F | 22 | 5D | 5B | 23 |
| Octal | 120 | 251 | 10 | 65 | 0 | 137 | 42 | 135 | 133 | 43 |
| Binary | 1010000 | 10101001 | 1000 | 110101 | 0 | 1011111 | 100010 | 1011101 | 1011011 | 100011 |
Color Harmonies of #50A908
Complementary color
Monochromatic Colors of #50A908
Black with #50A908
Text Example
Text Example
White with #50A908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50A908; }
p { color: rgb(80,169,8); }
H1.HeaderClassName
{
color: #50A908;
}
.AnyTagClassName
{
color: #50A908;
}
</style>
background-color css
<style>
a { background-color: #50A908; }
a { background-color: rgb(80,169,8); }
div.DivClassName
{
background-color: #50A908;
}
.BgClassName
{
background-color: #50A908;
}
</style>
border-color css
<style>
span { border-color: #50A908; }
span { border-color: rgb(80,169,8); }
td.TdClassName
{
border-color: #50A908;
}
.TagClassName
{
border-color: #50A908;
}
</style>