Shades of La Rioja #AFC50D
Tints of La Rioja #AFC50D
RGB
CMYK
RGB Variations
Color information
#AFC50D (or 0xAFC50D) is known color: La Rioja. HEX triplet: AF, C5 and 0D. RGB value is (175,197,13). Sum of RGB (Red+Green+Blue) = 175+197+13=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 197 (77.34% from 255 or 51.17% from 385); Blue value is 13 (5.47% from 255 or 3.38% from 385); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC50D is #503AF2. Grayscale: #AAAAAA. Windows color (decimal): -5257971 or 902575. OLE color: 902575.
HSL color Cylindrical-coordinate representation of color #AFC50D: hue angle of 67.17º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC50D is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 13 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.23 |
| HSL | 67.17º | 0.88% | 0.41% | - |
| HSV(B) | 67.17º | 0.93% | 0.77% | - |
| XYZ | 37.72 | 49.08 | 7.87 | - |
| YUV | 169.45 | 39.71 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 13 | 0.11 | 0 | 0.93 | 0.23 | 67.17 | 0.88 | 0.41 |
| Hex | AF | C5 | D | B | 0 | 5D | 17 | 43 | 58 | 29 |
| Octal | 257 | 305 | 15 | 13 | 0 | 135 | 27 | 103 | 130 | 51 |
| Binary | 10101111 | 11000101 | 1101 | 1011 | 0 | 1011101 | 10111 | 1000011 | 1011000 | 101001 |
Color Harmonies of #AFC50D
Complementary color
Monochromatic Colors of #AFC50D
Black with #AFC50D
Text Example
Text Example
White with #AFC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC50D; }
p { color: rgb(175,197,13); }
H1.HeaderClassName
{
color: #AFC50D;
}
.AnyTagClassName
{
color: #AFC50D;
}
</style>
background-color css
<style>
a { background-color: #AFC50D; }
a { background-color: rgb(175,197,13); }
div.DivClassName
{
background-color: #AFC50D;
}
.BgClassName
{
background-color: #AFC50D;
}
</style>
border-color css
<style>
span { border-color: #AFC50D; }
span { border-color: rgb(175,197,13); }
td.TdClassName
{
border-color: #AFC50D;
}
.TagClassName
{
border-color: #AFC50D;
}
</style>