Shades of Kelly Green #50CD1D
Tints of Kelly Green #50CD1D
RGB
CMYK
RGB Variations
Color information
#50CD1D (or 0x50CD1D) is known color: Kelly Green. HEX triplet: 50, CD and 1D. RGB value is (80,205,29). Sum of RGB (Red+Green+Blue) = 80+205+29=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 205 (80.47% from 255 or 65.29% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 205 - color contains mainly: green. Hex color #50CD1D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CD1D is #AF32E2. Grayscale: #949494. Windows color (decimal): -11481827 or 1953104. OLE color: 1953104.
HSL color Cylindrical-coordinate representation of color #50CD1D: hue angle of 102.61º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50CD1D is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 205 | 29 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.20 |
| HSL | 102.61º | 0.75% | 0.46% | - |
| HSV(B) | 102.61º | 0.86% | 0.8% | - |
| XYZ | 25.36 | 45.46 | 8.6 | - |
| YUV | 147.56 | 61.09 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 205 | 29 | 0.61 | 0 | 0.86 | 0.20 | 102.61 | 0.75 | 0.46 |
| Hex | 50 | CD | 1D | 3D | 0 | 56 | 14 | 67 | 4B | 2E |
| Octal | 120 | 315 | 35 | 75 | 0 | 126 | 24 | 147 | 113 | 56 |
| Binary | 1010000 | 11001101 | 11101 | 111101 | 0 | 1010110 | 10100 | 1100111 | 1001011 | 101110 |
Color Harmonies of #50CD1D
Complementary color
Monochromatic Colors of #50CD1D
Black with #50CD1D
Text Example
Text Example
White with #50CD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CD1D; }
p { color: rgb(80,205,29); }
H1.HeaderClassName
{
color: #50CD1D;
}
.AnyTagClassName
{
color: #50CD1D;
}
</style>
background-color css
<style>
a { background-color: #50CD1D; }
a { background-color: rgb(80,205,29); }
div.DivClassName
{
background-color: #50CD1D;
}
.BgClassName
{
background-color: #50CD1D;
}
</style>
border-color css
<style>
span { border-color: #50CD1D; }
span { border-color: rgb(80,205,29); }
td.TdClassName
{
border-color: #50CD1D;
}
.TagClassName
{
border-color: #50CD1D;
}
</style>