Shades of Kelly Green #50B52E
Tints of Kelly Green #50B52E
RGB
CMYK
RGB Variations
Color information
#50B52E (or 0x50B52E) is known color: Kelly Green. HEX triplet: 50, B5 and 2E. RGB value is (80,181,46). Sum of RGB (Red+Green+Blue) = 80+181+46=307 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.06% from 307); Green value is 181 (71.09% from 255 or 58.96% from 307); Blue value is 46 (18.36% from 255 or 14.98% from 307); Max value from RGB is 181 - color contains mainly: green. Hex color #50B52E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B52E is #AF4AD1. Grayscale: #878787. Windows color (decimal): -11487954 or 3061072. OLE color: 3061072.
HSL color Cylindrical-coordinate representation of color #50B52E: hue angle of 104.89º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50B52E is Cyan = 0.56, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 46 | - |
| CMYK | 0.56 | 0 | 0.75 | 0.29 |
| HSL | 104.89º | 0.59% | 0.45% | - |
| HSV(B) | 104.89º | 0.75% | 0.71% | - |
| XYZ | 20.33 | 34.95 | 8.26 | - |
| YUV | 135.41 | 77.54 | 88.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 46 | 0.56 | 0 | 0.75 | 0.29 | 104.89 | 0.59 | 0.45 |
| Hex | 50 | B5 | 2E | 38 | 0 | 4B | 1D | 69 | 3B | 2D |
| Octal | 120 | 265 | 56 | 70 | 0 | 113 | 35 | 151 | 73 | 55 |
| Binary | 1010000 | 10110101 | 101110 | 111000 | 0 | 1001011 | 11101 | 1101001 | 111011 | 101101 |
Color Harmonies of #50B52E
Complementary color
Monochromatic Colors of #50B52E
Black with #50B52E
Text Example
Text Example
White with #50B52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B52E; }
p { color: rgb(80,181,46); }
H1.HeaderClassName
{
color: #50B52E;
}
.AnyTagClassName
{
color: #50B52E;
}
</style>
background-color css
<style>
a { background-color: #50B52E; }
a { background-color: rgb(80,181,46); }
div.DivClassName
{
background-color: #50B52E;
}
.BgClassName
{
background-color: #50B52E;
}
</style>
border-color css
<style>
span { border-color: #50B52E; }
span { border-color: rgb(80,181,46); }
td.TdClassName
{
border-color: #50B52E;
}
.TagClassName
{
border-color: #50B52E;
}
</style>