Shades of Kelly Green #50CF2E
Tints of Kelly Green #50CF2E
RGB
CMYK
RGB Variations
Color information
#50CF2E (or 0x50CF2E) is known color: Kelly Green. HEX triplet: 50, CF and 2E. RGB value is (80,207,46). Sum of RGB (Red+Green+Blue) = 80+207+46=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 207 (81.25% from 255 or 62.16% from 333); Blue value is 46 (18.36% from 255 or 13.81% from 333); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF2E is #AF30D1. Grayscale: #979797. Windows color (decimal): -11481298 or 3067728. OLE color: 3067728.
HSL color Cylindrical-coordinate representation of color #50CF2E: hue angle of 107.33º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50CF2E is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 46 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.19 |
| HSL | 107.33º | 0.64% | 0.5% | - |
| HSV(B) | 107.33º | 0.78% | 0.81% | - |
| XYZ | 26.11 | 46.53 | 10.19 | - |
| YUV | 150.67 | 68.92 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 46 | 0.61 | 0 | 0.78 | 0.19 | 107.33 | 0.64 | 0.5 |
| Hex | 50 | CF | 2E | 3D | 0 | 4E | 13 | 6B | 40 | 32 |
| Octal | 120 | 317 | 56 | 75 | 0 | 116 | 23 | 153 | 100 | 62 |
| Binary | 1010000 | 11001111 | 101110 | 111101 | 0 | 1001110 | 10011 | 1101011 | 1000000 | 110010 |
Color Harmonies of #50CF2E
Complementary color
Monochromatic Colors of #50CF2E
Black with #50CF2E
Text Example
Text Example
White with #50CF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF2E; }
p { color: rgb(80,207,46); }
H1.HeaderClassName
{
color: #50CF2E;
}
.AnyTagClassName
{
color: #50CF2E;
}
</style>
background-color css
<style>
a { background-color: #50CF2E; }
a { background-color: rgb(80,207,46); }
div.DivClassName
{
background-color: #50CF2E;
}
.BgClassName
{
background-color: #50CF2E;
}
</style>
border-color css
<style>
span { border-color: #50CF2E; }
span { border-color: rgb(80,207,46); }
td.TdClassName
{
border-color: #50CF2E;
}
.TagClassName
{
border-color: #50CF2E;
}
</style>