Shades of Kelly Green #50CF21
Tints of Kelly Green #50CF21
RGB
CMYK
RGB Variations
Color information
#50CF21 (or 0x50CF21) is known color: Kelly Green. HEX triplet: 50, CF and 21. RGB value is (80,207,33). Sum of RGB (Red+Green+Blue) = 80+207+33=320 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25% from 320); Green value is 207 (81.25% from 255 or 64.69% from 320); Blue value is 33 (13.28% from 255 or 10.31% from 320); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF21 is #AF30DE. Grayscale: #959595. Windows color (decimal): -11481311 or 2215760. OLE color: 2215760.
HSL color Cylindrical-coordinate representation of color #50CF21: hue angle of 103.79º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50CF21 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 33 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.19 |
| HSL | 103.79º | 0.73% | 0.47% | - |
| HSV(B) | 103.79º | 0.84% | 0.81% | - |
| XYZ | 25.9 | 46.44 | 9.04 | - |
| YUV | 149.19 | 62.42 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 33 | 0.61 | 0 | 0.84 | 0.19 | 103.79 | 0.73 | 0.47 |
| Hex | 50 | CF | 21 | 3D | 0 | 54 | 13 | 68 | 48 | 2F |
| Octal | 120 | 317 | 41 | 75 | 0 | 124 | 23 | 150 | 110 | 57 |
| Binary | 1010000 | 11001111 | 100001 | 111101 | 0 | 1010100 | 10011 | 1101000 | 1001000 | 101111 |
Color Harmonies of #50CF21
Complementary color
Monochromatic Colors of #50CF21
Black with #50CF21
Text Example
Text Example
White with #50CF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF21; }
p { color: rgb(80,207,33); }
H1.HeaderClassName
{
color: #50CF21;
}
.AnyTagClassName
{
color: #50CF21;
}
</style>
background-color css
<style>
a { background-color: #50CF21; }
a { background-color: rgb(80,207,33); }
div.DivClassName
{
background-color: #50CF21;
}
.BgClassName
{
background-color: #50CF21;
}
</style>
border-color css
<style>
span { border-color: #50CF21; }
span { border-color: rgb(80,207,33); }
td.TdClassName
{
border-color: #50CF21;
}
.TagClassName
{
border-color: #50CF21;
}
</style>