Shades of Kelly Green #50CC32
Tints of Kelly Green #50CC32
RGB
CMYK
RGB Variations
Color information
#50CC32 (or 0x50CC32) is known color: Kelly Green. HEX triplet: 50, CC and 32. RGB value is (80,204,50). Sum of RGB (Red+Green+Blue) = 80+204+50=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 204 (80.08% from 255 or 61.08% from 334); Blue value is 50 (19.92% from 255 or 14.97% from 334); Max value from RGB is 204 - color contains mainly: green. Hex color #50CC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CC32 is #AF33CD. Grayscale: #959595. Windows color (decimal): -11482062 or 3329104. OLE color: 3329104.
HSL color Cylindrical-coordinate representation of color #50CC32: hue angle of 108.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50CC32 is Cyan = 0.61, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 50 | - |
| CMYK | 0.61 | 0 | 0.75 | 0.2 |
| HSL | 108.31º | 0.61% | 0.5% | - |
| HSV(B) | 108.31º | 0.75% | 0.8% | - |
| XYZ | 25.48 | 45.12 | 10.38 | - |
| YUV | 149.37 | 71.92 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 50 | 0.61 | 0 | 0.75 | 0.2 | 108.31 | 0.61 | 0.5 |
| Hex | 50 | CC | 32 | 3D | 0 | 4B | 14 | 6C | 3D | 32 |
| Octal | 120 | 314 | 62 | 75 | 0 | 113 | 24 | 154 | 75 | 62 |
| Binary | 1010000 | 11001100 | 110010 | 111101 | 0 | 1001011 | 10100 | 1101100 | 111101 | 110010 |
Color Harmonies of #50CC32
Complementary color
Monochromatic Colors of #50CC32
Black with #50CC32
Text Example
Text Example
White with #50CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CC32; }
p { color: rgb(80,204,50); }
H1.HeaderClassName
{
color: #50CC32;
}
.AnyTagClassName
{
color: #50CC32;
}
</style>
background-color css
<style>
a { background-color: #50CC32; }
a { background-color: rgb(80,204,50); }
div.DivClassName
{
background-color: #50CC32;
}
.BgClassName
{
background-color: #50CC32;
}
</style>
border-color css
<style>
span { border-color: #50CC32; }
span { border-color: rgb(80,204,50); }
td.TdClassName
{
border-color: #50CC32;
}
.TagClassName
{
border-color: #50CC32;
}
</style>