Shades of Kelly Green #50DF0C
Tints of Kelly Green #50DF0C
RGB
CMYK
RGB Variations
Color information
#50DF0C (or 0x50DF0C) is known color: Kelly Green. HEX triplet: 50, DF and 0C. RGB value is (80,223,12). Sum of RGB (Red+Green+Blue) = 80+223+12=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #50DF0C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50DF0C is #AF20F3. Grayscale: #9C9C9C. Windows color (decimal): -11477236 or 843600. OLE color: 843600.
HSL color Cylindrical-coordinate representation of color #50DF0C: hue angle of 100.66º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50DF0C is Cyan = 0.64, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 80 | 223 | 12 | - |
| CMYK | 0.64 | 0 | 0.95 | 0.13 |
| HSL | 100.66º | 0.9% | 0.46% | - |
| HSV(B) | 100.66º | 0.95% | 0.87% | - |
| XYZ | 29.76 | 54.51 | 9.3 | - |
| YUV | 156.19 | 46.62 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 223 | 12 | 0.64 | 0 | 0.95 | 0.13 | 100.66 | 0.9 | 0.46 |
| Hex | 50 | DF | C | 40 | 0 | 5F | D | 65 | 5A | 2E |
| Octal | 120 | 337 | 14 | 100 | 0 | 137 | 15 | 145 | 132 | 56 |
| Binary | 1010000 | 11011111 | 1100 | 1000000 | 0 | 1011111 | 1101 | 1100101 | 1011010 | 101110 |
Color Harmonies of #50DF0C
Complementary color
Monochromatic Colors of #50DF0C
Black with #50DF0C
Text Example
Text Example
White with #50DF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DF0C; }
p { color: rgb(80,223,12); }
H1.HeaderClassName
{
color: #50DF0C;
}
.AnyTagClassName
{
color: #50DF0C;
}
</style>
background-color css
<style>
a { background-color: #50DF0C; }
a { background-color: rgb(80,223,12); }
div.DivClassName
{
background-color: #50DF0C;
}
.BgClassName
{
background-color: #50DF0C;
}
</style>
border-color css
<style>
span { border-color: #50DF0C; }
span { border-color: rgb(80,223,12); }
td.TdClassName
{
border-color: #50DF0C;
}
.TagClassName
{
border-color: #50DF0C;
}
</style>