Shades of Kelly Green #50B407
Tints of Kelly Green #50B407
RGB
CMYK
RGB Variations
Color information
#50B407 (or 0x50B407) is known color: Kelly Green. HEX triplet: 50, B4 and 07. RGB value is (80,180,7). Sum of RGB (Red+Green+Blue) = 80+180+7=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 180 (70.70% from 255 or 67.42% from 267); Blue value is 7 (3.12% from 255 or 2.62% from 267); Max value from RGB is 180 - color contains mainly: green. Hex color #50B407 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B407 is #AF4BF8. Grayscale: #828282. Windows color (decimal): -11488249 or 504912. OLE color: 504912.
HSL color Cylindrical-coordinate representation of color #50B407: hue angle of 94.68º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50B407 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 80 | 180 | 7 | - |
| CMYK | 0.56 | 0 | 0.96 | 0.29 |
| HSL | 94.68º | 0.93% | 0.37% | - |
| HSV(B) | 94.68º | 0.96% | 0.71% | - |
| XYZ | 19.67 | 34.36 | 5.8 | - |
| YUV | 130.38 | 58.37 | 92.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 180 | 7 | 0.56 | 0 | 0.96 | 0.29 | 94.68 | 0.93 | 0.37 |
| Hex | 50 | B4 | 7 | 38 | 0 | 60 | 1D | 5F | 5D | 25 |
| Octal | 120 | 264 | 7 | 70 | 0 | 140 | 35 | 137 | 135 | 45 |
| Binary | 1010000 | 10110100 | 111 | 111000 | 0 | 1100000 | 11101 | 1011111 | 1011101 | 100101 |
Color Harmonies of #50B407
Complementary color
Monochromatic Colors of #50B407
Black with #50B407
Text Example
Text Example
White with #50B407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B407; }
p { color: rgb(80,180,7); }
H1.HeaderClassName
{
color: #50B407;
}
.AnyTagClassName
{
color: #50B407;
}
</style>
background-color css
<style>
a { background-color: #50B407; }
a { background-color: rgb(80,180,7); }
div.DivClassName
{
background-color: #50B407;
}
.BgClassName
{
background-color: #50B407;
}
</style>
border-color css
<style>
span { border-color: #50B407; }
span { border-color: rgb(80,180,7); }
td.TdClassName
{
border-color: #50B407;
}
.TagClassName
{
border-color: #50B407;
}
</style>