Shades of Kelly Green #50D412
Tints of Kelly Green #50D412
RGB
CMYK
RGB Variations
Color information
#50D412 (or 0x50D412) is known color: Kelly Green. HEX triplet: 50, D4 and 12. RGB value is (80,212,18). Sum of RGB (Red+Green+Blue) = 80+212+18=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 212 (83.20% from 255 or 68.39% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 212 - color contains mainly: green. Hex color #50D412 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50D412 is #AF2BED. Grayscale: #979797. Windows color (decimal): -11480046 or 1234000. OLE color: 1234000.
HSL color Cylindrical-coordinate representation of color #50D412: hue angle of 100.82º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50D412 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 80 | 212 | 18 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.17 |
| HSL | 100.82º | 0.84% | 0.45% | - |
| HSV(B) | 100.82º | 0.92% | 0.83% | - |
| XYZ | 26.96 | 48.84 | 8.58 | - |
| YUV | 150.42 | 53.27 | 77.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 212 | 18 | 0.62 | 0 | 0.92 | 0.17 | 100.82 | 0.84 | 0.45 |
| Hex | 50 | D4 | 12 | 3E | 0 | 5C | 11 | 65 | 54 | 2D |
| Octal | 120 | 324 | 22 | 76 | 0 | 134 | 21 | 145 | 124 | 55 |
| Binary | 1010000 | 11010100 | 10010 | 111110 | 0 | 1011100 | 10001 | 1100101 | 1010100 | 101101 |
Color Harmonies of #50D412
Complementary color
Monochromatic Colors of #50D412
Black with #50D412
Text Example
Text Example
White with #50D412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D412; }
p { color: rgb(80,212,18); }
H1.HeaderClassName
{
color: #50D412;
}
.AnyTagClassName
{
color: #50D412;
}
</style>
background-color css
<style>
a { background-color: #50D412; }
a { background-color: rgb(80,212,18); }
div.DivClassName
{
background-color: #50D412;
}
.BgClassName
{
background-color: #50D412;
}
</style>
border-color css
<style>
span { border-color: #50D412; }
span { border-color: rgb(80,212,18); }
td.TdClassName
{
border-color: #50D412;
}
.TagClassName
{
border-color: #50D412;
}
</style>