Shades of Kelly Green #50CB05
Tints of Kelly Green #50CB05
RGB
CMYK
RGB Variations
Color information
#50CB05 (or 0x50CB05) is known color: Kelly Green. HEX triplet: 50, CB and 05. RGB value is (80,203,5). Sum of RGB (Red+Green+Blue) = 80+203+5=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 203 (79.69% from 255 or 70.49% from 288); Blue value is 5 (2.34% from 255 or 1.74% from 288); Max value from RGB is 203 - color contains mainly: green. Hex color #50CB05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #50CB05 is #AF34FA. Grayscale: #909090. Windows color (decimal): -11482363 or 379728. OLE color: 379728.
HSL color Cylindrical-coordinate representation of color #50CB05: hue angle of 97.27º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50CB05 is Cyan = 0.61, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 80 | 203 | 5 | - |
| CMYK | 0.61 | 0 | 0.98 | 0.20 |
| HSL | 97.27º | 0.95% | 0.41% | - |
| HSV(B) | 97.27º | 0.98% | 0.8% | - |
| XYZ | 24.69 | 44.43 | 7.42 | - |
| YUV | 143.65 | 49.75 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 203 | 5 | 0.61 | 0 | 0.98 | 0.20 | 97.27 | 0.95 | 0.41 |
| Hex | 50 | CB | 5 | 3D | 0 | 62 | 14 | 61 | 5F | 29 |
| Octal | 120 | 313 | 5 | 75 | 0 | 142 | 24 | 141 | 137 | 51 |
| Binary | 1010000 | 11001011 | 101 | 111101 | 0 | 1100010 | 10100 | 1100001 | 1011111 | 101001 |
Color Harmonies of #50CB05
Complementary color
Monochromatic Colors of #50CB05
Black with #50CB05
Text Example
Text Example
White with #50CB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CB05; }
p { color: rgb(80,203,5); }
H1.HeaderClassName
{
color: #50CB05;
}
.AnyTagClassName
{
color: #50CB05;
}
</style>
background-color css
<style>
a { background-color: #50CB05; }
a { background-color: rgb(80,203,5); }
div.DivClassName
{
background-color: #50CB05;
}
.BgClassName
{
background-color: #50CB05;
}
</style>
border-color css
<style>
span { border-color: #50CB05; }
span { border-color: rgb(80,203,5); }
td.TdClassName
{
border-color: #50CB05;
}
.TagClassName
{
border-color: #50CB05;
}
</style>