Shades of Kelly Green #50AF2C
Tints of Kelly Green #50AF2C
RGB
CMYK
RGB Variations
Color information
#50AF2C (or 0x50AF2C) is known color: Kelly Green. HEX triplet: 50, AF and 2C. RGB value is (80,175,44). Sum of RGB (Red+Green+Blue) = 80+175+44=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 175 (68.75% from 255 or 58.53% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF2C is #AF50D3. Grayscale: #848484. Windows color (decimal): -11489492 or 2928464. OLE color: 2928464.
HSL color Cylindrical-coordinate representation of color #50AF2C: hue angle of 103.51º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50AF2C is Cyan = 0.54, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 44 | - |
| CMYK | 0.54 | 0 | 0.75 | 0.31 |
| HSL | 103.51º | 0.6% | 0.43% | - |
| HSV(B) | 103.51º | 0.75% | 0.69% | - |
| XYZ | 19.09 | 32.55 | 7.66 | - |
| YUV | 131.66 | 78.53 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 44 | 0.54 | 0 | 0.75 | 0.31 | 103.51 | 0.6 | 0.43 |
| Hex | 50 | AF | 2C | 36 | 0 | 4B | 1F | 68 | 3C | 2B |
| Octal | 120 | 257 | 54 | 66 | 0 | 113 | 37 | 150 | 74 | 53 |
| Binary | 1010000 | 10101111 | 101100 | 110110 | 0 | 1001011 | 11111 | 1101000 | 111100 | 101011 |
Color Harmonies of #50AF2C
Complementary color
Monochromatic Colors of #50AF2C
Black with #50AF2C
Text Example
Text Example
White with #50AF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF2C; }
p { color: rgb(80,175,44); }
H1.HeaderClassName
{
color: #50AF2C;
}
.AnyTagClassName
{
color: #50AF2C;
}
</style>
background-color css
<style>
a { background-color: #50AF2C; }
a { background-color: rgb(80,175,44); }
div.DivClassName
{
background-color: #50AF2C;
}
.BgClassName
{
background-color: #50AF2C;
}
</style>
border-color css
<style>
span { border-color: #50AF2C; }
span { border-color: rgb(80,175,44); }
td.TdClassName
{
border-color: #50AF2C;
}
.TagClassName
{
border-color: #50AF2C;
}
</style>