Shades of Kelly Green #50D50A
Tints of Kelly Green #50D50A
RGB
CMYK
RGB Variations
Color information
#50D50A (or 0x50D50A) is known color: Kelly Green. HEX triplet: 50, D5 and 0A. RGB value is (80,213,10). Sum of RGB (Red+Green+Blue) = 80+213+10=303 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.40% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 10 (4.30% from 255 or 3.30% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #50D50A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D50A is #AF2AF5. Grayscale: #969696. Windows color (decimal): -11479798 or 709968. OLE color: 709968.
HSL color Cylindrical-coordinate representation of color #50D50A: hue angle of 99.31º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50D50A is Cyan = 0.62, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 213 | 10 | - |
| CMYK | 0.62 | 0 | 0.95 | 0.16 |
| HSL | 99.31º | 0.91% | 0.44% | - |
| HSV(B) | 99.31º | 0.95% | 0.84% | - |
| XYZ | 27.16 | 49.32 | 8.37 | - |
| YUV | 150.09 | 48.94 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 213 | 10 | 0.62 | 0 | 0.95 | 0.16 | 99.31 | 0.91 | 0.44 |
| Hex | 50 | D5 | A | 3E | 0 | 5F | 10 | 63 | 5B | 2C |
| Octal | 120 | 325 | 12 | 76 | 0 | 137 | 20 | 143 | 133 | 54 |
| Binary | 1010000 | 11010101 | 1010 | 111110 | 0 | 1011111 | 10000 | 1100011 | 1011011 | 101100 |
Color Harmonies of #50D50A
Complementary color
Monochromatic Colors of #50D50A
Black with #50D50A
Text Example
Text Example
White with #50D50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D50A; }
p { color: rgb(80,213,10); }
H1.HeaderClassName
{
color: #50D50A;
}
.AnyTagClassName
{
color: #50D50A;
}
</style>
background-color css
<style>
a { background-color: #50D50A; }
a { background-color: rgb(80,213,10); }
div.DivClassName
{
background-color: #50D50A;
}
.BgClassName
{
background-color: #50D50A;
}
</style>
border-color css
<style>
span { border-color: #50D50A; }
span { border-color: rgb(80,213,10); }
td.TdClassName
{
border-color: #50D50A;
}
.TagClassName
{
border-color: #50D50A;
}
</style>