Shades of Kelly Green #50BF2B
Tints of Kelly Green #50BF2B
RGB
CMYK
RGB Variations
Color information
#50BF2B (or 0x50BF2B) is known color: Kelly Green. HEX triplet: 50, BF and 2B. RGB value is (80,191,43). Sum of RGB (Red+Green+Blue) = 80+191+43=314 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.48% from 314); Green value is 191 (75% from 255 or 60.83% from 314); Blue value is 43 (17.19% from 255 or 13.69% from 314); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF2B is #AF40D4. Grayscale: #8D8D8D. Windows color (decimal): -11485397 or 2867024. OLE color: 2867024.
HSL color Cylindrical-coordinate representation of color #50BF2B: hue angle of 105º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50BF2B is Cyan = 0.58, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 43 | - |
| CMYK | 0.58 | 0 | 0.77 | 0.25 |
| HSL | 105º | 0.63% | 0.46% | - |
| HSV(B) | 105º | 0.77% | 0.75% | - |
| XYZ | 22.38 | 39.14 | 8.66 | - |
| YUV | 140.94 | 72.73 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 43 | 0.58 | 0 | 0.77 | 0.25 | 105 | 0.63 | 0.46 |
| Hex | 50 | BF | 2B | 3A | 0 | 4D | 19 | 69 | 3F | 2E |
| Octal | 120 | 277 | 53 | 72 | 0 | 115 | 31 | 151 | 77 | 56 |
| Binary | 1010000 | 10111111 | 101011 | 111010 | 0 | 1001101 | 11001 | 1101001 | 111111 | 101110 |
Color Harmonies of #50BF2B
Complementary color
Monochromatic Colors of #50BF2B
Black with #50BF2B
Text Example
Text Example
White with #50BF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BF2B; }
p { color: rgb(80,191,43); }
H1.HeaderClassName
{
color: #50BF2B;
}
.AnyTagClassName
{
color: #50BF2B;
}
</style>
background-color css
<style>
a { background-color: #50BF2B; }
a { background-color: rgb(80,191,43); }
div.DivClassName
{
background-color: #50BF2B;
}
.BgClassName
{
background-color: #50BF2B;
}
</style>
border-color css
<style>
span { border-color: #50BF2B; }
span { border-color: rgb(80,191,43); }
td.TdClassName
{
border-color: #50BF2B;
}
.TagClassName
{
border-color: #50BF2B;
}
</style>