Shades of Kelly Green #50BF1C
Tints of Kelly Green #50BF1C
RGB
CMYK
RGB Variations
Color information
#50BF1C (or 0x50BF1C) is known color: Kelly Green. HEX triplet: 50, BF and 1C. RGB value is (80,191,28). Sum of RGB (Red+Green+Blue) = 80+191+28=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 191 (75% from 255 or 63.88% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 191 - color contains mainly: green. Hex color #50BF1C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50BF1C is #AF40E3. Grayscale: #8B8B8B. Windows color (decimal): -11485412 or 1883984. OLE color: 1883984.
HSL color Cylindrical-coordinate representation of color #50BF1C: hue angle of 100.86º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50BF1C is Cyan = 0.58, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 80 | 191 | 28 | - |
| CMYK | 0.58 | 0 | 0.85 | 0.25 |
| HSL | 100.86º | 0.74% | 0.43% | - |
| HSV(B) | 100.86º | 0.85% | 0.75% | - |
| XYZ | 22.15 | 39.05 | 7.47 | - |
| YUV | 139.23 | 65.23 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 191 | 28 | 0.58 | 0 | 0.85 | 0.25 | 100.86 | 0.74 | 0.43 |
| Hex | 50 | BF | 1C | 3A | 0 | 55 | 19 | 65 | 4A | 2B |
| Octal | 120 | 277 | 34 | 72 | 0 | 125 | 31 | 145 | 112 | 53 |
| Binary | 1010000 | 10111111 | 11100 | 111010 | 0 | 1010101 | 11001 | 1100101 | 1001010 | 101011 |
Color Harmonies of #50BF1C
Complementary color
Monochromatic Colors of #50BF1C
Black with #50BF1C
Text Example
Text Example
White with #50BF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50BF1C; }
p { color: rgb(80,191,28); }
H1.HeaderClassName
{
color: #50BF1C;
}
.AnyTagClassName
{
color: #50BF1C;
}
</style>
background-color css
<style>
a { background-color: #50BF1C; }
a { background-color: rgb(80,191,28); }
div.DivClassName
{
background-color: #50BF1C;
}
.BgClassName
{
background-color: #50BF1C;
}
</style>
border-color css
<style>
span { border-color: #50BF1C; }
span { border-color: rgb(80,191,28); }
td.TdClassName
{
border-color: #50BF1C;
}
.TagClassName
{
border-color: #50BF1C;
}
</style>