Shades of Kelly Green #50B421
Tints of Kelly Green #50B421
RGB
CMYK
RGB Variations
Color information
#50B421 (or 0x50B421) is known color: Kelly Green. HEX triplet: 50, B4 and 21. RGB value is (80,180,33). Sum of RGB (Red+Green+Blue) = 80+180+33=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 180 (70.70% from 255 or 61.43% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 180 - color contains mainly: green. Hex color #50B421 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B421 is #AF4BDE. Grayscale: #858585. Windows color (decimal): -11488223 or 2208848. OLE color: 2208848.
HSL color Cylindrical-coordinate representation of color #50B421: hue angle of 100.82º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50B421 is Cyan = 0.56, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 33 | - |
| CMYK | 0.56 | 0 | 0.82 | 0.29 |
| HSL | 100.82º | 0.69% | 0.42% | - |
| HSV(B) | 100.82º | 0.82% | 0.71% | - |
| XYZ | 19.9 | 34.46 | 7.04 | - |
| YUV | 133.34 | 71.37 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 33 | 0.56 | 0 | 0.82 | 0.29 | 100.82 | 0.69 | 0.42 |
| Hex | 50 | B4 | 21 | 38 | 0 | 52 | 1D | 65 | 45 | 2A |
| Octal | 120 | 264 | 41 | 70 | 0 | 122 | 35 | 145 | 105 | 52 |
| Binary | 1010000 | 10110100 | 100001 | 111000 | 0 | 1010010 | 11101 | 1100101 | 1000101 | 101010 |
Color Harmonies of #50B421
Complementary color
Monochromatic Colors of #50B421
Black with #50B421
Text Example
Text Example
White with #50B421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B421; }
p { color: rgb(80,180,33); }
H1.HeaderClassName
{
color: #50B421;
}
.AnyTagClassName
{
color: #50B421;
}
</style>
background-color css
<style>
a { background-color: #50B421; }
a { background-color: rgb(80,180,33); }
div.DivClassName
{
background-color: #50B421;
}
.BgClassName
{
background-color: #50B421;
}
</style>
border-color css
<style>
span { border-color: #50B421; }
span { border-color: rgb(80,180,33); }
td.TdClassName
{
border-color: #50B421;
}
.TagClassName
{
border-color: #50B421;
}
</style>