Shades of Kelly Green #50CB07
Tints of Kelly Green #50CB07
RGB
CMYK
RGB Variations
Color information
#50CB07 (or 0x50CB07) is known color: Kelly Green. HEX triplet: 50, CB and 07. RGB value is (80,203,7). Sum of RGB (Red+Green+Blue) = 80+203+7=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 203 (79.69% from 255 or 70% from 290); Blue value is 7 (3.12% from 255 or 2.41% from 290); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB07 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CB07 is #AF34F8. Grayscale: #909090. Windows color (decimal): -11482361 or 510800. OLE color: 510800.
HSL color Cylindrical-coordinate representation of color #50CB07: hue angle of 97.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50CB07 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 7 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.20 |
| HSL | 97.65º | 0.93% | 0.41% | - |
| HSV(B) | 97.65º | 0.97% | 0.8% | - |
| XYZ | 24.7 | 44.43 | 7.48 | - |
| YUV | 143.88 | 50.75 | 82.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 7 | 0.61 | 0 | 0.97 | 0.20 | 97.65 | 0.93 | 0.41 |
| Hex | 50 | CB | 7 | 3D | 0 | 61 | 14 | 62 | 5D | 29 |
| Octal | 120 | 313 | 7 | 75 | 0 | 141 | 24 | 142 | 135 | 51 |
| Binary | 1010000 | 11001011 | 111 | 111101 | 0 | 1100001 | 10100 | 1100010 | 1011101 | 101001 |
Color Harmonies of #50CB07
Complementary color
Monochromatic Colors of #50CB07
Black with #50CB07
Text Example
Text Example
White with #50CB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB07; }
p { color: rgb(80,203,7); }
H1.HeaderClassName
{
color: #50CB07;
}
.AnyTagClassName
{
color: #50CB07;
}
</style>
background-color css
<style>
a { background-color: #50CB07; }
a { background-color: rgb(80,203,7); }
div.DivClassName
{
background-color: #50CB07;
}
.BgClassName
{
background-color: #50CB07;
}
</style>
border-color css
<style>
span { border-color: #50CB07; }
span { border-color: rgb(80,203,7); }
td.TdClassName
{
border-color: #50CB07;
}
.TagClassName
{
border-color: #50CB07;
}
</style>