Shades of Kelly Green #50BD24
Tints of Kelly Green #50BD24
RGB
CMYK
RGB Variations
Color information
#50BD24 (or 0x50BD24) is known color: Kelly Green. HEX triplet: 50, BD and 24. RGB value is (80,189,36). Sum of RGB (Red+Green+Blue) = 80+189+36=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 189 (74.22% from 255 or 61.97% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 189 - color contains mainly: green. Hex color #50BD24 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BD24 is #AF42DB. Grayscale: #8B8B8B. Windows color (decimal): -11485916 or 2407760. OLE color: 2407760.
HSL color Cylindrical-coordinate representation of color #50BD24: hue angle of 102.75º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50BD24 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 189 | 36 | - |
| CMYK | 0.58 | 0 | 0.81 | 0.26 |
| HSL | 102.75º | 0.68% | 0.44% | - |
| HSV(B) | 102.75º | 0.81% | 0.74% | - |
| XYZ | 21.82 | 38.23 | 7.9 | - |
| YUV | 138.97 | 69.89 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 189 | 36 | 0.58 | 0 | 0.81 | 0.26 | 102.75 | 0.68 | 0.44 |
| Hex | 50 | BD | 24 | 3A | 0 | 51 | 1A | 67 | 44 | 2C |
| Octal | 120 | 275 | 44 | 72 | 0 | 121 | 32 | 147 | 104 | 54 |
| Binary | 1010000 | 10111101 | 100100 | 111010 | 0 | 1010001 | 11010 | 1100111 | 1000100 | 101100 |
Color Harmonies of #50BD24
Complementary color
Monochromatic Colors of #50BD24
Black with #50BD24
Text Example
Text Example
White with #50BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BD24; }
p { color: rgb(80,189,36); }
H1.HeaderClassName
{
color: #50BD24;
}
.AnyTagClassName
{
color: #50BD24;
}
</style>
background-color css
<style>
a { background-color: #50BD24; }
a { background-color: rgb(80,189,36); }
div.DivClassName
{
background-color: #50BD24;
}
.BgClassName
{
background-color: #50BD24;
}
</style>
border-color css
<style>
span { border-color: #50BD24; }
span { border-color: rgb(80,189,36); }
td.TdClassName
{
border-color: #50BD24;
}
.TagClassName
{
border-color: #50BD24;
}
</style>