Shades of Kelly Green #50AF31
Tints of Kelly Green #50AF31
RGB
CMYK
RGB Variations
Color information
#50AF31 (or 0x50AF31) is known color: Kelly Green. HEX triplet: 50, AF and 31. RGB value is (80,175,49). Sum of RGB (Red+Green+Blue) = 80+175+49=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 175 (68.75% from 255 or 57.57% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF31 is #AF50CE. Grayscale: #848484. Windows color (decimal): -11489487 or 3256144. OLE color: 3256144.
HSL color Cylindrical-coordinate representation of color #50AF31: hue angle of 105.24º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50AF31 is Cyan = 0.54, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 49 | - |
| CMYK | 0.54 | 0 | 0.72 | 0.31 |
| HSL | 105.24º | 0.56% | 0.44% | - |
| HSV(B) | 105.24º | 0.72% | 0.69% | - |
| XYZ | 19.19 | 32.59 | 8.18 | - |
| YUV | 132.23 | 81.03 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 49 | 0.54 | 0 | 0.72 | 0.31 | 105.24 | 0.56 | 0.44 |
| Hex | 50 | AF | 31 | 36 | 0 | 48 | 1F | 69 | 38 | 2C |
| Octal | 120 | 257 | 61 | 66 | 0 | 110 | 37 | 151 | 70 | 54 |
| Binary | 1010000 | 10101111 | 110001 | 110110 | 0 | 1001000 | 11111 | 1101001 | 111000 | 101100 |
Color Harmonies of #50AF31
Complementary color
Monochromatic Colors of #50AF31
Black with #50AF31
Text Example
Text Example
White with #50AF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF31; }
p { color: rgb(80,175,49); }
H1.HeaderClassName
{
color: #50AF31;
}
.AnyTagClassName
{
color: #50AF31;
}
</style>
background-color css
<style>
a { background-color: #50AF31; }
a { background-color: rgb(80,175,49); }
div.DivClassName
{
background-color: #50AF31;
}
.BgClassName
{
background-color: #50AF31;
}
</style>
border-color css
<style>
span { border-color: #50AF31; }
span { border-color: rgb(80,175,49); }
td.TdClassName
{
border-color: #50AF31;
}
.TagClassName
{
border-color: #50AF31;
}
</style>