Shades of Kelly Green #50D01D
Tints of Kelly Green #50D01D
RGB
CMYK
RGB Variations
Color information
#50D01D (or 0x50D01D) is known color: Kelly Green. HEX triplet: 50, D0 and 1D. RGB value is (80,208,29). Sum of RGB (Red+Green+Blue) = 80+208+29=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 208 (81.64% from 255 or 65.62% from 317); Blue value is 29 (11.72% from 255 or 9.15% from 317); Max value from RGB is 208 - color contains mainly: green. Hex color #50D01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D01D is #AF2FE2. Grayscale: #959595. Windows color (decimal): -11481059 or 1953872. OLE color: 1953872.
HSL color Cylindrical-coordinate representation of color #50D01D: hue angle of 102.91º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50D01D is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 208 | 29 | - |
| CMYK | 0.62 | 0 | 0.86 | 0.18 |
| HSL | 102.91º | 0.76% | 0.46% | - |
| HSV(B) | 102.91º | 0.86% | 0.82% | - |
| XYZ | 26.09 | 46.91 | 8.84 | - |
| YUV | 149.32 | 60.09 | 78.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 208 | 29 | 0.62 | 0 | 0.86 | 0.18 | 102.91 | 0.76 | 0.46 |
| Hex | 50 | D0 | 1D | 3E | 0 | 56 | 12 | 67 | 4C | 2E |
| Octal | 120 | 320 | 35 | 76 | 0 | 126 | 22 | 147 | 114 | 56 |
| Binary | 1010000 | 11010000 | 11101 | 111110 | 0 | 1010110 | 10010 | 1100111 | 1001100 | 101110 |
Color Harmonies of #50D01D
Complementary color
Monochromatic Colors of #50D01D
Black with #50D01D
Text Example
Text Example
White with #50D01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D01D; }
p { color: rgb(80,208,29); }
H1.HeaderClassName
{
color: #50D01D;
}
.AnyTagClassName
{
color: #50D01D;
}
</style>
background-color css
<style>
a { background-color: #50D01D; }
a { background-color: rgb(80,208,29); }
div.DivClassName
{
background-color: #50D01D;
}
.BgClassName
{
background-color: #50D01D;
}
</style>
border-color css
<style>
span { border-color: #50D01D; }
span { border-color: rgb(80,208,29); }
td.TdClassName
{
border-color: #50D01D;
}
.TagClassName
{
border-color: #50D01D;
}
</style>