Shades of Kelly Green #50B307
Tints of Kelly Green #50B307
RGB
CMYK
RGB Variations
Color information
#50B307 (or 0x50B307) is known color: Kelly Green. HEX triplet: 50, B3 and 07. RGB value is (80,179,7). Sum of RGB (Red+Green+Blue) = 80+179+7=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 179 (70.31% from 255 or 67.29% from 266); Blue value is 7 (3.12% from 255 or 2.63% from 266); Max value from RGB is 179 - color contains mainly: green. Hex color #50B307 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50B307 is #AF4CF8. Grayscale: #828282. Windows color (decimal): -11488505 or 504656. OLE color: 504656.
HSL color Cylindrical-coordinate representation of color #50B307: hue angle of 94.53º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50B307 is Cyan = 0.55, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 80 | 179 | 7 | - |
| CMYK | 0.55 | 0 | 0.96 | 0.30 |
| HSL | 94.53º | 0.92% | 0.36% | - |
| HSV(B) | 94.53º | 0.96% | 0.7% | - |
| XYZ | 19.47 | 33.96 | 5.73 | - |
| YUV | 129.79 | 58.7 | 92.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 179 | 7 | 0.55 | 0 | 0.96 | 0.30 | 94.53 | 0.92 | 0.36 |
| Hex | 50 | B3 | 7 | 37 | 0 | 60 | 1E | 5F | 5C | 24 |
| Octal | 120 | 263 | 7 | 67 | 0 | 140 | 36 | 137 | 134 | 44 |
| Binary | 1010000 | 10110011 | 111 | 110111 | 0 | 1100000 | 11110 | 1011111 | 1011100 | 100100 |
Color Harmonies of #50B307
Complementary color
Monochromatic Colors of #50B307
Black with #50B307
Text Example
Text Example
White with #50B307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B307; }
p { color: rgb(80,179,7); }
H1.HeaderClassName
{
color: #50B307;
}
.AnyTagClassName
{
color: #50B307;
}
</style>
background-color css
<style>
a { background-color: #50B307; }
a { background-color: rgb(80,179,7); }
div.DivClassName
{
background-color: #50B307;
}
.BgClassName
{
background-color: #50B307;
}
</style>
border-color css
<style>
span { border-color: #50B307; }
span { border-color: rgb(80,179,7); }
td.TdClassName
{
border-color: #50B307;
}
.TagClassName
{
border-color: #50B307;
}
</style>