Shades of Kelly Green #50CA31
Tints of Kelly Green #50CA31
RGB
CMYK
RGB Variations
Color information
#50CA31 (or 0x50CA31) is known color: Kelly Green. HEX triplet: 50, CA and 31. RGB value is (80,202,49). Sum of RGB (Red+Green+Blue) = 80+202+49=331 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.17% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA31 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA31 is #AF35CE. Grayscale: #949494. Windows color (decimal): -11482575 or 3263056. OLE color: 3263056.
HSL color Cylindrical-coordinate representation of color #50CA31: hue angle of 107.84º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #50CA31 is Cyan = 0.60, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 49 | - |
| CMYK | 0.60 | 0 | 0.76 | 0.21 |
| HSL | 107.84º | 0.61% | 0.49% | - |
| HSV(B) | 107.84º | 0.76% | 0.79% | - |
| XYZ | 24.98 | 44.17 | 10.11 | - |
| YUV | 148.08 | 72.08 | 79.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 49 | 0.60 | 0 | 0.76 | 0.21 | 107.84 | 0.61 | 0.49 |
| Hex | 50 | CA | 31 | 3C | 0 | 4C | 15 | 6C | 3D | 31 |
| Octal | 120 | 312 | 61 | 74 | 0 | 114 | 25 | 154 | 75 | 61 |
| Binary | 1010000 | 11001010 | 110001 | 111100 | 0 | 1001100 | 10101 | 1101100 | 111101 | 110001 |
Color Harmonies of #50CA31
Complementary color
Monochromatic Colors of #50CA31
Black with #50CA31
Text Example
Text Example
White with #50CA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA31; }
p { color: rgb(80,202,49); }
H1.HeaderClassName
{
color: #50CA31;
}
.AnyTagClassName
{
color: #50CA31;
}
</style>
background-color css
<style>
a { background-color: #50CA31; }
a { background-color: rgb(80,202,49); }
div.DivClassName
{
background-color: #50CA31;
}
.BgClassName
{
background-color: #50CA31;
}
</style>
border-color css
<style>
span { border-color: #50CA31; }
span { border-color: rgb(80,202,49); }
td.TdClassName
{
border-color: #50CA31;
}
.TagClassName
{
border-color: #50CA31;
}
</style>