Shades of Kelly Green #50BC2F
Tints of Kelly Green #50BC2F
RGB
CMYK
RGB Variations
Color information
#50BC2F (or 0x50BC2F) is known color: Kelly Green. HEX triplet: 50, BC and 2F. RGB value is (80,188,47). Sum of RGB (Red+Green+Blue) = 80+188+47=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 188 (73.83% from 255 or 59.68% from 315); Blue value is 47 (18.75% from 255 or 14.92% from 315); Max value from RGB is 188 - color contains mainly: green. Hex color #50BC2F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BC2F is #AF43D0. Grayscale: #8C8C8C. Windows color (decimal): -11486161 or 3128400. OLE color: 3128400.
HSL color Cylindrical-coordinate representation of color #50BC2F: hue angle of 105.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50BC2F is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 80 | 188 | 47 | - |
| CMYK | 0.57 | 0 | 0.75 | 0.26 |
| HSL | 105.96º | 0.6% | 0.46% | - |
| HSV(B) | 105.96º | 0.75% | 0.74% | - |
| XYZ | 21.8 | 37.88 | 8.85 | - |
| YUV | 139.63 | 75.72 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 188 | 47 | 0.57 | 0 | 0.75 | 0.26 | 105.96 | 0.6 | 0.46 |
| Hex | 50 | BC | 2F | 39 | 0 | 4B | 1A | 6A | 3C | 2E |
| Octal | 120 | 274 | 57 | 71 | 0 | 113 | 32 | 152 | 74 | 56 |
| Binary | 1010000 | 10111100 | 101111 | 111001 | 0 | 1001011 | 11010 | 1101010 | 111100 | 101110 |
Color Harmonies of #50BC2F
Complementary color
Monochromatic Colors of #50BC2F
Black with #50BC2F
Text Example
Text Example
White with #50BC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BC2F; }
p { color: rgb(80,188,47); }
H1.HeaderClassName
{
color: #50BC2F;
}
.AnyTagClassName
{
color: #50BC2F;
}
</style>
background-color css
<style>
a { background-color: #50BC2F; }
a { background-color: rgb(80,188,47); }
div.DivClassName
{
background-color: #50BC2F;
}
.BgClassName
{
background-color: #50BC2F;
}
</style>
border-color css
<style>
span { border-color: #50BC2F; }
span { border-color: rgb(80,188,47); }
td.TdClassName
{
border-color: #50BC2F;
}
.TagClassName
{
border-color: #50BC2F;
}
</style>