Shades of Kelly Green #50B908
Tints of Kelly Green #50B908
RGB
CMYK
RGB Variations
Color information
#50B908 (or 0x50B908) is known color: Kelly Green. HEX triplet: 50, B9 and 08. RGB value is (80,185,8). Sum of RGB (Red+Green+Blue) = 80+185+8=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 185 (72.66% from 255 or 67.77% from 273); Blue value is 8 (3.52% from 255 or 2.93% from 273); Max value from RGB is 185 - color contains mainly: green. Hex color #50B908 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B908 is #AF46F7. Grayscale: #868686. Windows color (decimal): -11486968 or 571728. OLE color: 571728.
HSL color Cylindrical-coordinate representation of color #50B908: hue angle of 95.59º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50B908 is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 8 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.27 |
| HSL | 95.59º | 0.92% | 0.38% | - |
| HSV(B) | 95.59º | 0.96% | 0.73% | - |
| XYZ | 20.7 | 36.42 | 6.17 | - |
| YUV | 133.43 | 57.21 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 8 | 0.57 | 0 | 0.96 | 0.27 | 95.59 | 0.92 | 0.38 |
| Hex | 50 | B9 | 8 | 39 | 0 | 60 | 1B | 60 | 5C | 26 |
| Octal | 120 | 271 | 10 | 71 | 0 | 140 | 33 | 140 | 134 | 46 |
| Binary | 1010000 | 10111001 | 1000 | 111001 | 0 | 1100000 | 11011 | 1100000 | 1011100 | 100110 |
Color Harmonies of #50B908
Complementary color
Monochromatic Colors of #50B908
Black with #50B908
Text Example
Text Example
White with #50B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B908; }
p { color: rgb(80,185,8); }
H1.HeaderClassName
{
color: #50B908;
}
.AnyTagClassName
{
color: #50B908;
}
</style>
background-color css
<style>
a { background-color: #50B908; }
a { background-color: rgb(80,185,8); }
div.DivClassName
{
background-color: #50B908;
}
.BgClassName
{
background-color: #50B908;
}
</style>
border-color css
<style>
span { border-color: #50B908; }
span { border-color: rgb(80,185,8); }
td.TdClassName
{
border-color: #50B908;
}
.TagClassName
{
border-color: #50B908;
}
</style>