Shades of Kelly Green #50CB06
Tints of Kelly Green #50CB06
RGB
CMYK
RGB Variations
Color information
#50CB06 (or 0x50CB06) is known color: Kelly Green. HEX triplet: 50, CB and 06. RGB value is (80,203,6). Sum of RGB (Red+Green+Blue) = 80+203+6=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 203 (79.69% from 255 or 70.24% from 289); Blue value is 6 (2.73% from 255 or 2.08% from 289); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB06 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CB06 is #AF34F9. Grayscale: #909090. Windows color (decimal): -11482362 or 445264. OLE color: 445264.
HSL color Cylindrical-coordinate representation of color #50CB06: hue angle of 97.46º degrees, saturation: 0.94, 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 #50CB06 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 6 | - |
| CMYK | 0.61 | 0 | 0.97 | 0.20 |
| HSL | 97.46º | 0.94% | 0.41% | - |
| HSV(B) | 97.46º | 0.97% | 0.8% | - |
| XYZ | 24.7 | 44.43 | 7.45 | - |
| YUV | 143.77 | 50.25 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 6 | 0.61 | 0 | 0.97 | 0.20 | 97.46 | 0.94 | 0.41 |
| Hex | 50 | CB | 6 | 3D | 0 | 61 | 14 | 61 | 5E | 29 |
| Octal | 120 | 313 | 6 | 75 | 0 | 141 | 24 | 141 | 136 | 51 |
| Binary | 1010000 | 11001011 | 110 | 111101 | 0 | 1100001 | 10100 | 1100001 | 1011110 | 101001 |
Color Harmonies of #50CB06
Complementary color
Monochromatic Colors of #50CB06
Black with #50CB06
Text Example
Text Example
White with #50CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB06; }
p { color: rgb(80,203,6); }
H1.HeaderClassName
{
color: #50CB06;
}
.AnyTagClassName
{
color: #50CB06;
}
</style>
background-color css
<style>
a { background-color: #50CB06; }
a { background-color: rgb(80,203,6); }
div.DivClassName
{
background-color: #50CB06;
}
.BgClassName
{
background-color: #50CB06;
}
</style>
border-color css
<style>
span { border-color: #50CB06; }
span { border-color: rgb(80,203,6); }
td.TdClassName
{
border-color: #50CB06;
}
.TagClassName
{
border-color: #50CB06;
}
</style>