Shades of Kelly Green #50B50F
Tints of Kelly Green #50B50F
RGB
CMYK
RGB Variations
Color information
#50B50F (or 0x50B50F) is known color: Kelly Green. HEX triplet: 50, B5 and 0F. RGB value is (80,181,15). Sum of RGB (Red+Green+Blue) = 80+181+15=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 181 (71.09% from 255 or 65.58% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 181 - color contains mainly: green. Hex color #50B50F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B50F is #AF4AF0. Grayscale: #848484. Windows color (decimal): -11487985 or 1029456. OLE color: 1029456.
HSL color Cylindrical-coordinate representation of color #50B50F: hue angle of 96.51º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #50B50F is Cyan = 0.56, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 181 | 15 | - |
| CMYK | 0.56 | 0 | 0.92 | 0.29 |
| HSL | 96.51º | 0.85% | 0.38% | - |
| HSV(B) | 96.51º | 0.92% | 0.71% | - |
| XYZ | 19.92 | 34.79 | 6.12 | - |
| YUV | 131.88 | 62.04 | 91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 181 | 15 | 0.56 | 0 | 0.92 | 0.29 | 96.51 | 0.85 | 0.38 |
| Hex | 50 | B5 | F | 38 | 0 | 5C | 1D | 61 | 55 | 26 |
| Octal | 120 | 265 | 17 | 70 | 0 | 134 | 35 | 141 | 125 | 46 |
| Binary | 1010000 | 10110101 | 1111 | 111000 | 0 | 1011100 | 11101 | 1100001 | 1010101 | 100110 |
Color Harmonies of #50B50F
Complementary color
Monochromatic Colors of #50B50F
Black with #50B50F
Text Example
Text Example
White with #50B50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B50F; }
p { color: rgb(80,181,15); }
H1.HeaderClassName
{
color: #50B50F;
}
.AnyTagClassName
{
color: #50B50F;
}
</style>
background-color css
<style>
a { background-color: #50B50F; }
a { background-color: rgb(80,181,15); }
div.DivClassName
{
background-color: #50B50F;
}
.BgClassName
{
background-color: #50B50F;
}
</style>
border-color css
<style>
span { border-color: #50B50F; }
span { border-color: rgb(80,181,15); }
td.TdClassName
{
border-color: #50B50F;
}
.TagClassName
{
border-color: #50B50F;
}
</style>