Shades of Kelly Green #50D629
Tints of Kelly Green #50D629
RGB
CMYK
RGB Variations
Color information
#50D629 (or 0x50D629) is known color: Kelly Green. HEX triplet: 50, D6 and 29. RGB value is (80,214,41). Sum of RGB (Red+Green+Blue) = 80+214+41=335 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.88% from 335); Green value is 214 (83.98% from 255 or 63.88% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 214 - color contains mainly: green. Hex color #50D629 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D629 is #AF29D6. Grayscale: #9A9A9A. Windows color (decimal): -11479511 or 2741840. OLE color: 2741840.
HSL color Cylindrical-coordinate representation of color #50D629: hue angle of 106.47º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50D629 is Cyan = 0.63, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 214 | 41 | - |
| CMYK | 0.63 | 0 | 0.81 | 0.16 |
| HSL | 106.47º | 0.68% | 0.5% | - |
| HSV(B) | 106.47º | 0.81% | 0.84% | - |
| XYZ | 27.76 | 49.96 | 10.28 | - |
| YUV | 154.21 | 64.11 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 214 | 41 | 0.63 | 0 | 0.81 | 0.16 | 106.47 | 0.68 | 0.5 |
| Hex | 50 | D6 | 29 | 3F | 0 | 51 | 10 | 6A | 44 | 32 |
| Octal | 120 | 326 | 51 | 77 | 0 | 121 | 20 | 152 | 104 | 62 |
| Binary | 1010000 | 11010110 | 101001 | 111111 | 0 | 1010001 | 10000 | 1101010 | 1000100 | 110010 |
Color Harmonies of #50D629
Complementary color
Monochromatic Colors of #50D629
Black with #50D629
Text Example
Text Example
White with #50D629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D629; }
p { color: rgb(80,214,41); }
H1.HeaderClassName
{
color: #50D629;
}
.AnyTagClassName
{
color: #50D629;
}
</style>
background-color css
<style>
a { background-color: #50D629; }
a { background-color: rgb(80,214,41); }
div.DivClassName
{
background-color: #50D629;
}
.BgClassName
{
background-color: #50D629;
}
</style>
border-color css
<style>
span { border-color: #50D629; }
span { border-color: rgb(80,214,41); }
td.TdClassName
{
border-color: #50D629;
}
.TagClassName
{
border-color: #50D629;
}
</style>