Shades of Kelly Green #50AF1C
Tints of Kelly Green #50AF1C
RGB
CMYK
RGB Variations
Color information
#50AF1C (or 0x50AF1C) is known color: Kelly Green. HEX triplet: 50, AF and 1C. RGB value is (80,175,28). Sum of RGB (Red+Green+Blue) = 80+175+28=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 175 (68.75% from 255 or 61.84% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50AF1C is #AF50E3. Grayscale: #828282. Windows color (decimal): -11489508 or 1879888. OLE color: 1879888.
HSL color Cylindrical-coordinate representation of color #50AF1C: hue angle of 98.78º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #50AF1C is Cyan = 0.54, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 28 | - |
| CMYK | 0.54 | 0 | 0.84 | 0.31 |
| HSL | 98.78º | 0.72% | 0.4% | - |
| HSV(B) | 98.78º | 0.84% | 0.69% | - |
| XYZ | 18.85 | 32.45 | 6.37 | - |
| YUV | 129.84 | 70.53 | 92.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 28 | 0.54 | 0 | 0.84 | 0.31 | 98.78 | 0.72 | 0.4 |
| Hex | 50 | AF | 1C | 36 | 0 | 54 | 1F | 63 | 48 | 28 |
| Octal | 120 | 257 | 34 | 66 | 0 | 124 | 37 | 143 | 110 | 50 |
| Binary | 1010000 | 10101111 | 11100 | 110110 | 0 | 1010100 | 11111 | 1100011 | 1001000 | 101000 |
Color Harmonies of #50AF1C
Complementary color
Monochromatic Colors of #50AF1C
Black with #50AF1C
Text Example
Text Example
White with #50AF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF1C; }
p { color: rgb(80,175,28); }
H1.HeaderClassName
{
color: #50AF1C;
}
.AnyTagClassName
{
color: #50AF1C;
}
</style>
background-color css
<style>
a { background-color: #50AF1C; }
a { background-color: rgb(80,175,28); }
div.DivClassName
{
background-color: #50AF1C;
}
.BgClassName
{
background-color: #50AF1C;
}
</style>
border-color css
<style>
span { border-color: #50AF1C; }
span { border-color: rgb(80,175,28); }
td.TdClassName
{
border-color: #50AF1C;
}
.TagClassName
{
border-color: #50AF1C;
}
</style>