Shades of Kelly Green #50CE2E
Tints of Kelly Green #50CE2E
RGB
CMYK
RGB Variations
Color information
#50CE2E (or 0x50CE2E) is known color: Kelly Green. HEX triplet: 50, CE and 2E. RGB value is (80,206,46). Sum of RGB (Red+Green+Blue) = 80+206+46=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE2E is #AF31D1. Grayscale: #969696. Windows color (decimal): -11481554 or 3067472. OLE color: 3067472.
HSL color Cylindrical-coordinate representation of color #50CE2E: hue angle of 107.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #50CE2E is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 46 | - |
| CMYK | 0.61 | 0 | 0.78 | 0.19 |
| HSL | 107.25º | 0.63% | 0.49% | - |
| HSV(B) | 107.25º | 0.78% | 0.81% | - |
| XYZ | 25.87 | 46.05 | 10.11 | - |
| YUV | 150.09 | 69.26 | 78.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 46 | 0.61 | 0 | 0.78 | 0.19 | 107.25 | 0.63 | 0.49 |
| Hex | 50 | CE | 2E | 3D | 0 | 4E | 13 | 6B | 3F | 31 |
| Octal | 120 | 316 | 56 | 75 | 0 | 116 | 23 | 153 | 77 | 61 |
| Binary | 1010000 | 11001110 | 101110 | 111101 | 0 | 1001110 | 10011 | 1101011 | 111111 | 110001 |
Color Harmonies of #50CE2E
Complementary color
Monochromatic Colors of #50CE2E
Black with #50CE2E
Text Example
Text Example
White with #50CE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE2E; }
p { color: rgb(80,206,46); }
H1.HeaderClassName
{
color: #50CE2E;
}
.AnyTagClassName
{
color: #50CE2E;
}
</style>
background-color css
<style>
a { background-color: #50CE2E; }
a { background-color: rgb(80,206,46); }
div.DivClassName
{
background-color: #50CE2E;
}
.BgClassName
{
background-color: #50CE2E;
}
</style>
border-color css
<style>
span { border-color: #50CE2E; }
span { border-color: rgb(80,206,46); }
td.TdClassName
{
border-color: #50CE2E;
}
.TagClassName
{
border-color: #50CE2E;
}
</style>