Shades of Kelly Green #50C324
Tints of Kelly Green #50C324
RGB
CMYK
RGB Variations
Color information
#50C324 (or 0x50C324) is known color: Kelly Green. HEX triplet: 50, C3 and 24. RGB value is (80,195,36). Sum of RGB (Red+Green+Blue) = 80+195+36=311 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.72% from 311); Green value is 195 (76.56% from 255 or 62.70% from 311); Blue value is 36 (14.45% from 255 or 11.58% from 311); Max value from RGB is 195 - color contains mainly: green. Hex color #50C324 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C324 is #AF3CDB. Grayscale: #8F8F8F. Windows color (decimal): -11484380 or 2409296. OLE color: 2409296.
HSL color Cylindrical-coordinate representation of color #50C324: hue angle of 103.4º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50C324 is Cyan = 0.59, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 80 | 195 | 36 | - |
| CMYK | 0.59 | 0 | 0.82 | 0.24 |
| HSL | 103.4º | 0.69% | 0.45% | - |
| HSV(B) | 103.4º | 0.82% | 0.76% | - |
| XYZ | 23.14 | 40.86 | 8.34 | - |
| YUV | 142.49 | 67.9 | 83.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 195 | 36 | 0.59 | 0 | 0.82 | 0.24 | 103.4 | 0.69 | 0.45 |
| Hex | 50 | C3 | 24 | 3B | 0 | 52 | 18 | 67 | 45 | 2D |
| Octal | 120 | 303 | 44 | 73 | 0 | 122 | 30 | 147 | 105 | 55 |
| Binary | 1010000 | 11000011 | 100100 | 111011 | 0 | 1010010 | 11000 | 1100111 | 1000101 | 101101 |
Color Harmonies of #50C324
Complementary color
Monochromatic Colors of #50C324
Black with #50C324
Text Example
Text Example
White with #50C324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50C324; }
p { color: rgb(80,195,36); }
H1.HeaderClassName
{
color: #50C324;
}
.AnyTagClassName
{
color: #50C324;
}
</style>
background-color css
<style>
a { background-color: #50C324; }
a { background-color: rgb(80,195,36); }
div.DivClassName
{
background-color: #50C324;
}
.BgClassName
{
background-color: #50C324;
}
</style>
border-color css
<style>
span { border-color: #50C324; }
span { border-color: rgb(80,195,36); }
td.TdClassName
{
border-color: #50C324;
}
.TagClassName
{
border-color: #50C324;
}
</style>