Shades of Kelly Green #50D229
Tints of Kelly Green #50D229
RGB
CMYK
RGB Variations
Color information
#50D229 (or 0x50D229) is known color: Kelly Green. HEX triplet: 50, D2 and 29. RGB value is (80,210,41). Sum of RGB (Red+Green+Blue) = 80+210+41=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 210 (82.42% from 255 or 63.44% from 331); Blue value is 41 (16.41% from 255 or 12.39% from 331); Max value from RGB is 210 - color contains mainly: green. Hex color #50D229 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D229 is #AF2DD6. Grayscale: #989898. Windows color (decimal): -11480535 or 2740816. OLE color: 2740816.
HSL color Cylindrical-coordinate representation of color #50D229: hue angle of 106.15º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #50D229 is Cyan = 0.62, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 41 | - |
| CMYK | 0.62 | 0 | 0.80 | 0.18 |
| HSL | 106.15º | 0.67% | 0.49% | - |
| HSV(B) | 106.15º | 0.8% | 0.82% | - |
| XYZ | 26.76 | 47.96 | 9.94 | - |
| YUV | 151.86 | 65.43 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 41 | 0.62 | 0 | 0.80 | 0.18 | 106.15 | 0.67 | 0.49 |
| Hex | 50 | D2 | 29 | 3E | 0 | 50 | 12 | 6A | 43 | 31 |
| Octal | 120 | 322 | 51 | 76 | 0 | 120 | 22 | 152 | 103 | 61 |
| Binary | 1010000 | 11010010 | 101001 | 111110 | 0 | 1010000 | 10010 | 1101010 | 1000011 | 110001 |
Color Harmonies of #50D229
Complementary color
Monochromatic Colors of #50D229
Black with #50D229
Text Example
Text Example
White with #50D229
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D229; }
p { color: rgb(80,210,41); }
H1.HeaderClassName
{
color: #50D229;
}
.AnyTagClassName
{
color: #50D229;
}
</style>
background-color css
<style>
a { background-color: #50D229; }
a { background-color: rgb(80,210,41); }
div.DivClassName
{
background-color: #50D229;
}
.BgClassName
{
background-color: #50D229;
}
</style>
border-color css
<style>
span { border-color: #50D229; }
span { border-color: rgb(80,210,41); }
td.TdClassName
{
border-color: #50D229;
}
.TagClassName
{
border-color: #50D229;
}
</style>