Shades of Kelly Green #50B91C
Tints of Kelly Green #50B91C
RGB
CMYK
RGB Variations
Color information
#50B91C (or 0x50B91C) is known color: Kelly Green. HEX triplet: 50, B9 and 1C. RGB value is (80,185,28). Sum of RGB (Red+Green+Blue) = 80+185+28=293 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.30% from 293); Green value is 185 (72.66% from 255 or 63.14% from 293); Blue value is 28 (11.33% from 255 or 9.56% from 293); Max value from RGB is 185 - color contains mainly: green. Hex color #50B91C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50B91C is #AF46E3. Grayscale: #888888. Windows color (decimal): -11486948 or 1882448. OLE color: 1882448.
HSL color Cylindrical-coordinate representation of color #50B91C: hue angle of 100.13º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50B91C is Cyan = 0.57, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 80 | 185 | 28 | - |
| CMYK | 0.57 | 0 | 0.85 | 0.27 |
| HSL | 100.13º | 0.74% | 0.42% | - |
| HSV(B) | 100.13º | 0.85% | 0.73% | - |
| XYZ | 20.87 | 36.49 | 7.04 | - |
| YUV | 135.71 | 67.21 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 185 | 28 | 0.57 | 0 | 0.85 | 0.27 | 100.13 | 0.74 | 0.42 |
| Hex | 50 | B9 | 1C | 39 | 0 | 55 | 1B | 64 | 4A | 2A |
| Octal | 120 | 271 | 34 | 71 | 0 | 125 | 33 | 144 | 112 | 52 |
| Binary | 1010000 | 10111001 | 11100 | 111001 | 0 | 1010101 | 11011 | 1100100 | 1001010 | 101010 |
Color Harmonies of #50B91C
Complementary color
Monochromatic Colors of #50B91C
Black with #50B91C
Text Example
Text Example
White with #50B91C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50B91C; }
p { color: rgb(80,185,28); }
H1.HeaderClassName
{
color: #50B91C;
}
.AnyTagClassName
{
color: #50B91C;
}
</style>
background-color css
<style>
a { background-color: #50B91C; }
a { background-color: rgb(80,185,28); }
div.DivClassName
{
background-color: #50B91C;
}
.BgClassName
{
background-color: #50B91C;
}
</style>
border-color css
<style>
span { border-color: #50B91C; }
span { border-color: rgb(80,185,28); }
td.TdClassName
{
border-color: #50B91C;
}
.TagClassName
{
border-color: #50B91C;
}
</style>