Shades of Kelly Green #50CA21
Tints of Kelly Green #50CA21
RGB
CMYK
RGB Variations
Color information
#50CA21 (or 0x50CA21) is known color: Kelly Green. HEX triplet: 50, CA and 21. RGB value is (80,202,33). Sum of RGB (Red+Green+Blue) = 80+202+33=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 202 (79.30% from 255 or 64.13% from 315); Blue value is 33 (13.28% from 255 or 10.48% from 315); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA21 is #AF35DE. Grayscale: #929292. Windows color (decimal): -11482591 or 2214480. OLE color: 2214480.
HSL color Cylindrical-coordinate representation of color #50CA21: hue angle of 103.31º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50CA21 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 33 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.21 |
| HSL | 103.31º | 0.72% | 0.46% | - |
| HSV(B) | 103.31º | 0.84% | 0.79% | - |
| XYZ | 24.7 | 44.06 | 8.64 | - |
| YUV | 146.26 | 64.08 | 80.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 33 | 0.60 | 0 | 0.84 | 0.21 | 103.31 | 0.72 | 0.46 |
| Hex | 50 | CA | 21 | 3C | 0 | 54 | 15 | 67 | 48 | 2E |
| Octal | 120 | 312 | 41 | 74 | 0 | 124 | 25 | 147 | 110 | 56 |
| Binary | 1010000 | 11001010 | 100001 | 111100 | 0 | 1010100 | 10101 | 1100111 | 1001000 | 101110 |
Color Harmonies of #50CA21
Complementary color
Monochromatic Colors of #50CA21
Black with #50CA21
Text Example
Text Example
White with #50CA21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA21; }
p { color: rgb(80,202,33); }
H1.HeaderClassName
{
color: #50CA21;
}
.AnyTagClassName
{
color: #50CA21;
}
</style>
background-color css
<style>
a { background-color: #50CA21; }
a { background-color: rgb(80,202,33); }
div.DivClassName
{
background-color: #50CA21;
}
.BgClassName
{
background-color: #50CA21;
}
</style>
border-color css
<style>
span { border-color: #50CA21; }
span { border-color: rgb(80,202,33); }
td.TdClassName
{
border-color: #50CA21;
}
.TagClassName
{
border-color: #50CA21;
}
</style>