Shades of Kelly Green #50B02E
Tints of Kelly Green #50B02E
RGB
CMYK
RGB Variations
Color information
#50B02E (or 0x50B02E) is known color: Kelly Green. HEX triplet: 50, B0 and 2E. RGB value is (80,176,46). Sum of RGB (Red+Green+Blue) = 80+176+46=302 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.49% from 302); Green value is 176 (69.14% from 255 or 58.28% from 302); Blue value is 46 (18.36% from 255 or 15.23% from 302); Max value from RGB is 176 - color contains mainly: green. Hex color #50B02E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50B02E is #AF4FD1. Grayscale: #848484. Windows color (decimal): -11489234 or 3059792. OLE color: 3059792.
HSL color Cylindrical-coordinate representation of color #50B02E: hue angle of 104.31º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50B02E is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 176 | 46 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.31 |
| HSL | 104.31º | 0.59% | 0.44% | - |
| HSV(B) | 104.31º | 0.74% | 0.69% | - |
| XYZ | 19.33 | 32.95 | 7.93 | - |
| YUV | 132.48 | 79.2 | 90.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 176 | 46 | 0.55 | 0 | 0.74 | 0.31 | 104.31 | 0.59 | 0.44 |
| Hex | 50 | B0 | 2E | 37 | 0 | 4A | 1F | 68 | 3B | 2C |
| Octal | 120 | 260 | 56 | 67 | 0 | 112 | 37 | 150 | 73 | 54 |
| Binary | 1010000 | 10110000 | 101110 | 110111 | 0 | 1001010 | 11111 | 1101000 | 111011 | 101100 |
Color Harmonies of #50B02E
Complementary color
Monochromatic Colors of #50B02E
Black with #50B02E
Text Example
Text Example
White with #50B02E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B02E; }
p { color: rgb(80,176,46); }
H1.HeaderClassName
{
color: #50B02E;
}
.AnyTagClassName
{
color: #50B02E;
}
</style>
background-color css
<style>
a { background-color: #50B02E; }
a { background-color: rgb(80,176,46); }
div.DivClassName
{
background-color: #50B02E;
}
.BgClassName
{
background-color: #50B02E;
}
</style>
border-color css
<style>
span { border-color: #50B02E; }
span { border-color: rgb(80,176,46); }
td.TdClassName
{
border-color: #50B02E;
}
.TagClassName
{
border-color: #50B02E;
}
</style>