Shades of Kelly Green #50DC0A
Tints of Kelly Green #50DC0A
RGB
CMYK
RGB Variations
Color information
#50DC0A (or 0x50DC0A) is known color: Kelly Green. HEX triplet: 50, DC and 0A. RGB value is (80,220,10). Sum of RGB (Red+Green+Blue) = 80+220+10=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC0A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DC0A is #AF23F5. Grayscale: #9A9A9A. Windows color (decimal): -11478006 or 711760. OLE color: 711760.
HSL color Cylindrical-coordinate representation of color #50DC0A: hue angle of 100º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50DC0A is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 220 | 10 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.14 |
| HSL | 100º | 0.91% | 0.45% | - |
| HSV(B) | 100º | 0.95% | 0.86% | - |
| XYZ | 28.96 | 52.91 | 8.97 | - |
| YUV | 154.2 | 46.62 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 220 | 10 | 0.64 | 0 | 0.95 | 0.14 | 100 | 0.91 | 0.45 |
| Hex | 50 | DC | A | 40 | 0 | 5F | E | 64 | 5B | 2D |
| Octal | 120 | 334 | 12 | 100 | 0 | 137 | 16 | 144 | 133 | 55 |
| Binary | 1010000 | 11011100 | 1010 | 1000000 | 0 | 1011111 | 1110 | 1100100 | 1011011 | 101101 |
Color Harmonies of #50DC0A
Complementary color
Monochromatic Colors of #50DC0A
Black with #50DC0A
Text Example
Text Example
White with #50DC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DC0A; }
p { color: rgb(80,220,10); }
H1.HeaderClassName
{
color: #50DC0A;
}
.AnyTagClassName
{
color: #50DC0A;
}
</style>
background-color css
<style>
a { background-color: #50DC0A; }
a { background-color: rgb(80,220,10); }
div.DivClassName
{
background-color: #50DC0A;
}
.BgClassName
{
background-color: #50DC0A;
}
</style>
border-color css
<style>
span { border-color: #50DC0A; }
span { border-color: rgb(80,220,10); }
td.TdClassName
{
border-color: #50DC0A;
}
.TagClassName
{
border-color: #50DC0A;
}
</style>