Shades of Kelly Green #50B101
Tints of Kelly Green #50B101
RGB
CMYK
RGB Variations
Color information
#50B101 (or 0x50B101) is known color: Kelly Green. HEX triplet: 50, B1 and 01. RGB value is (80,177,1). Sum of RGB (Red+Green+Blue) = 80+177+1=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 177 (69.53% from 255 or 68.60% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 177 - color contains mainly: green. Hex color #50B101 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50B101 is #AF4EFE. Grayscale: #808080. Windows color (decimal): -11489023 or 110928. OLE color: 110928.
HSL color Cylindrical-coordinate representation of color #50B101: hue angle of 93.07º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50B101 is Cyan = 0.55, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 177 | 1 | - |
| CMYK | 0.55 | 0 | 0.99 | 0.31 |
| HSL | 93.07º | 0.99% | 0.35% | - |
| HSV(B) | 93.07º | 0.99% | 0.69% | - |
| XYZ | 19.04 | 33.15 | 5.42 | - |
| YUV | 127.93 | 56.36 | 93.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 177 | 1 | 0.55 | 0 | 0.99 | 0.31 | 93.07 | 0.99 | 0.35 |
| Hex | 50 | B1 | 1 | 37 | 0 | 63 | 1F | 5D | 63 | 23 |
| Octal | 120 | 261 | 1 | 67 | 0 | 143 | 37 | 135 | 143 | 43 |
| Binary | 1010000 | 10110001 | 1 | 110111 | 0 | 1100011 | 11111 | 1011101 | 1100011 | 100011 |
Color Harmonies of #50B101
Complementary color
Monochromatic Colors of #50B101
Black with #50B101
Text Example
Text Example
White with #50B101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B101; }
p { color: rgb(80,177,1); }
H1.HeaderClassName
{
color: #50B101;
}
.AnyTagClassName
{
color: #50B101;
}
</style>
background-color css
<style>
a { background-color: #50B101; }
a { background-color: rgb(80,177,1); }
div.DivClassName
{
background-color: #50B101;
}
.BgClassName
{
background-color: #50B101;
}
</style>
border-color css
<style>
span { border-color: #50B101; }
span { border-color: rgb(80,177,1); }
td.TdClassName
{
border-color: #50B101;
}
.TagClassName
{
border-color: #50B101;
}
</style>