Shades of Kelly Green #50AF01
Tints of Kelly Green #50AF01
RGB
CMYK
RGB Variations
Color information
#50AF01 (or 0x50AF01) is known color: Kelly Green. HEX triplet: 50, AF and 01. RGB value is (80,175,1). Sum of RGB (Red+Green+Blue) = 80+175+1=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 175 (68.75% from 255 or 68.36% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 175 - color contains mainly: green. Hex color #50AF01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #50AF01 is #AF50FE. Grayscale: #7F7F7F. Windows color (decimal): -11489535 or 110416. OLE color: 110416.
HSL color Cylindrical-coordinate representation of color #50AF01: hue angle of 92.76º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50AF01 is Cyan = 0.54, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 80 | 175 | 1 | - |
| CMYK | 0.54 | 0 | 0.99 | 0.31 |
| HSL | 92.76º | 0.99% | 0.35% | - |
| HSV(B) | 92.76º | 0.99% | 0.69% | - |
| XYZ | 18.64 | 32.37 | 5.29 | - |
| YUV | 126.76 | 57.03 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 175 | 1 | 0.54 | 0 | 0.99 | 0.31 | 92.76 | 0.99 | 0.35 |
| Hex | 50 | AF | 1 | 36 | 0 | 63 | 1F | 5D | 63 | 23 |
| Octal | 120 | 257 | 1 | 66 | 0 | 143 | 37 | 135 | 143 | 43 |
| Binary | 1010000 | 10101111 | 1 | 110110 | 0 | 1100011 | 11111 | 1011101 | 1100011 | 100011 |
Color Harmonies of #50AF01
Complementary color
Monochromatic Colors of #50AF01
Black with #50AF01
Text Example
Text Example
White with #50AF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AF01; }
p { color: rgb(80,175,1); }
H1.HeaderClassName
{
color: #50AF01;
}
.AnyTagClassName
{
color: #50AF01;
}
</style>
background-color css
<style>
a { background-color: #50AF01; }
a { background-color: rgb(80,175,1); }
div.DivClassName
{
background-color: #50AF01;
}
.BgClassName
{
background-color: #50AF01;
}
</style>
border-color css
<style>
span { border-color: #50AF01; }
span { border-color: rgb(80,175,1); }
td.TdClassName
{
border-color: #50AF01;
}
.TagClassName
{
border-color: #50AF01;
}
</style>