Shades of Kelly Green #50CA18
Tints of Kelly Green #50CA18
RGB
CMYK
RGB Variations
Color information
#50CA18 (or 0x50CA18) is known color: Kelly Green. HEX triplet: 50, CA and 18. RGB value is (80,202,24). Sum of RGB (Red+Green+Blue) = 80+202+24=306 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.14% from 306); Green value is 202 (79.30% from 255 or 66.01% from 306); Blue value is 24 (9.77% from 255 or 7.84% from 306); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA18 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CA18 is #AF35E7. Grayscale: #919191. Windows color (decimal): -11482600 or 1624656. OLE color: 1624656.
HSL color Cylindrical-coordinate representation of color #50CA18: hue angle of 101.12º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #50CA18 is Cyan = 0.60, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 24 | - |
| CMYK | 0.60 | 0 | 0.88 | 0.21 |
| HSL | 101.12º | 0.79% | 0.44% | - |
| HSV(B) | 101.12º | 0.88% | 0.79% | - |
| XYZ | 24.59 | 44.01 | 8.06 | - |
| YUV | 145.23 | 59.58 | 81.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 24 | 0.60 | 0 | 0.88 | 0.21 | 101.12 | 0.79 | 0.44 |
| Hex | 50 | CA | 18 | 3C | 0 | 58 | 15 | 65 | 4F | 2C |
| Octal | 120 | 312 | 30 | 74 | 0 | 130 | 25 | 145 | 117 | 54 |
| Binary | 1010000 | 11001010 | 11000 | 111100 | 0 | 1011000 | 10101 | 1100101 | 1001111 | 101100 |
Color Harmonies of #50CA18
Complementary color
Monochromatic Colors of #50CA18
Black with #50CA18
Text Example
Text Example
White with #50CA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA18; }
p { color: rgb(80,202,24); }
H1.HeaderClassName
{
color: #50CA18;
}
.AnyTagClassName
{
color: #50CA18;
}
</style>
background-color css
<style>
a { background-color: #50CA18; }
a { background-color: rgb(80,202,24); }
div.DivClassName
{
background-color: #50CA18;
}
.BgClassName
{
background-color: #50CA18;
}
</style>
border-color css
<style>
span { border-color: #50CA18; }
span { border-color: rgb(80,202,24); }
td.TdClassName
{
border-color: #50CA18;
}
.TagClassName
{
border-color: #50CA18;
}
</style>