Shades of Kelly Green #50DD0B
Tints of Kelly Green #50DD0B
RGB
CMYK
RGB Variations
Color information
#50DD0B (or 0x50DD0B) is known color: Kelly Green. HEX triplet: 50, DD and 0B. RGB value is (80,221,11). Sum of RGB (Red+Green+Blue) = 80+221+11=312 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.64% from 312); Green value is 221 (86.72% from 255 or 70.83% from 312); Blue value is 11 (4.69% from 255 or 3.53% from 312); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD0B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DD0B is #AF22F4. Grayscale: #9B9B9B. Windows color (decimal): -11477749 or 777552. OLE color: 777552.
HSL color Cylindrical-coordinate representation of color #50DD0B: hue angle of 100.29º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50DD0B is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 221 | 11 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.13 |
| HSL | 100.29º | 0.91% | 0.45% | - |
| HSV(B) | 100.29º | 0.95% | 0.87% | - |
| XYZ | 29.23 | 53.44 | 9.09 | - |
| YUV | 154.9 | 46.79 | 74.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 221 | 11 | 0.64 | 0 | 0.95 | 0.13 | 100.29 | 0.91 | 0.45 |
| Hex | 50 | DD | B | 40 | 0 | 5F | D | 64 | 5B | 2D |
| Octal | 120 | 335 | 13 | 100 | 0 | 137 | 15 | 144 | 133 | 55 |
| Binary | 1010000 | 11011101 | 1011 | 1000000 | 0 | 1011111 | 1101 | 1100100 | 1011011 | 101101 |
Color Harmonies of #50DD0B
Complementary color
Monochromatic Colors of #50DD0B
Black with #50DD0B
Text Example
Text Example
White with #50DD0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DD0B; }
p { color: rgb(80,221,11); }
H1.HeaderClassName
{
color: #50DD0B;
}
.AnyTagClassName
{
color: #50DD0B;
}
</style>
background-color css
<style>
a { background-color: #50DD0B; }
a { background-color: rgb(80,221,11); }
div.DivClassName
{
background-color: #50DD0B;
}
.BgClassName
{
background-color: #50DD0B;
}
</style>
border-color css
<style>
span { border-color: #50DD0B; }
span { border-color: rgb(80,221,11); }
td.TdClassName
{
border-color: #50DD0B;
}
.TagClassName
{
border-color: #50DD0B;
}
</style>