Shades of Kelly Green #50AF00
Tints of Kelly Green #50AF00
RGB
CMYK
RGB Variations
Color information
#50AF00 (or 0x50AF00) is known color: Kelly Green. HEX triplet: 50, AF and 00. RGB value is (80,175,0). Sum of RGB (Red+Green+Blue) = 80+175+0=255 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.37% from 255); Green value is 175 (68.75% from 255 or 68.63% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF00 is #AF50FF. Grayscale: #7F7F7F. Windows color (decimal): -11489536 or 44880. OLE color: 44880.
HSL color Cylindrical-coordinate representation of color #50AF00: hue angle of 92.57º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50AF00 is Cyan = 0.54, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 0 | - |
| CMYK | 0.54 | 0 | 1 | 0.31 |
| HSL | 92.57º | 1% | 0.34% | - |
| HSV(B) | 92.57º | 1% | 0.69% | - |
| XYZ | 18.64 | 32.37 | 5.26 | - |
| YUV | 126.65 | 56.53 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 0 | 0.54 | 0 | 1 | 0.31 | 92.57 | 1 | 0.34 |
| Hex | 50 | AF | 0 | 36 | 0 | 64 | 1F | 5D | 64 | 22 |
| Octal | 120 | 257 | 0 | 66 | 0 | 144 | 37 | 135 | 144 | 42 |
| Binary | 1010000 | 10101111 | 0 | 110110 | 0 | 1100100 | 11111 | 1011101 | 1100100 | 100010 |
Color Harmonies of #50AF00
Complementary color
Monochromatic Colors of #50AF00
Black with #50AF00
Text Example
Text Example
White with #50AF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF00; }
p { color: rgb(80,175,0); }
H1.HeaderClassName
{
color: #50AF00;
}
.AnyTagClassName
{
color: #50AF00;
}
</style>
background-color css
<style>
a { background-color: #50AF00; }
a { background-color: rgb(80,175,0); }
div.DivClassName
{
background-color: #50AF00;
}
.BgClassName
{
background-color: #50AF00;
}
</style>
border-color css
<style>
span { border-color: #50AF00; }
span { border-color: rgb(80,175,0); }
td.TdClassName
{
border-color: #50AF00;
}
.TagClassName
{
border-color: #50AF00;
}
</style>