Shades of Kelly Green #50C224
Tints of Kelly Green #50C224
RGB
CMYK
RGB Variations
Color information
#50C224 (or 0x50C224) is known color: Kelly Green. HEX triplet: 50, C2 and 24. RGB value is (80,194,36). Sum of RGB (Red+Green+Blue) = 80+194+36=310 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.81% from 310); Green value is 194 (76.17% from 255 or 62.58% from 310); Blue value is 36 (14.45% from 255 or 11.61% from 310); Max value from RGB is 194 - color contains mainly: green. Hex color #50C224 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C224 is #AF3DDB. Grayscale: #8E8E8E. Windows color (decimal): -11484636 or 2409040. OLE color: 2409040.
HSL color Cylindrical-coordinate representation of color #50C224: hue angle of 103.29º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50C224 is Cyan = 0.59, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 194 | 36 | - |
| CMYK | 0.59 | 0 | 0.81 | 0.24 |
| HSL | 103.29º | 0.69% | 0.45% | - |
| HSV(B) | 103.29º | 0.81% | 0.76% | - |
| XYZ | 22.92 | 40.42 | 8.26 | - |
| YUV | 141.9 | 68.23 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 194 | 36 | 0.59 | 0 | 0.81 | 0.24 | 103.29 | 0.69 | 0.45 |
| Hex | 50 | C2 | 24 | 3B | 0 | 51 | 18 | 67 | 45 | 2D |
| Octal | 120 | 302 | 44 | 73 | 0 | 121 | 30 | 147 | 105 | 55 |
| Binary | 1010000 | 11000010 | 100100 | 111011 | 0 | 1010001 | 11000 | 1100111 | 1000101 | 101101 |
Color Harmonies of #50C224
Complementary color
Monochromatic Colors of #50C224
Black with #50C224
Text Example
Text Example
White with #50C224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C224; }
p { color: rgb(80,194,36); }
H1.HeaderClassName
{
color: #50C224;
}
.AnyTagClassName
{
color: #50C224;
}
</style>
background-color css
<style>
a { background-color: #50C224; }
a { background-color: rgb(80,194,36); }
div.DivClassName
{
background-color: #50C224;
}
.BgClassName
{
background-color: #50C224;
}
</style>
border-color css
<style>
span { border-color: #50C224; }
span { border-color: rgb(80,194,36); }
td.TdClassName
{
border-color: #50C224;
}
.TagClassName
{
border-color: #50C224;
}
</style>