Shades of La Rioja #AFCD04
Tints of La Rioja #AFCD04
RGB
CMYK
RGB Variations
Color information
#AFCD04 (or 0xAFCD04) is known color: La Rioja. HEX triplet: AF, CD and 04. RGB value is (175,205,4). Sum of RGB (Red+Green+Blue) = 175+205+4=384 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.57% from 384); Green value is 205 (80.47% from 255 or 53.39% from 384); Blue value is 4 (1.95% from 255 or 1.04% from 384); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD04 is #5032FB. Grayscale: #ADADAD. Windows color (decimal): -5255932 or 314799. OLE color: 314799.
HSL color Cylindrical-coordinate representation of color #AFCD04: hue angle of 68.96º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AFCD04 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 4 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.20 |
| HSL | 68.96º | 0.96% | 0.41% | - |
| HSV(B) | 68.96º | 0.98% | 0.8% | - |
| XYZ | 39.53 | 52.79 | 8.22 | - |
| YUV | 173.12 | 32.56 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 4 | 0.15 | 0 | 0.98 | 0.20 | 68.96 | 0.96 | 0.41 |
| Hex | AF | CD | 4 | F | 0 | 62 | 14 | 45 | 60 | 29 |
| Octal | 257 | 315 | 4 | 17 | 0 | 142 | 24 | 105 | 140 | 51 |
| Binary | 10101111 | 11001101 | 100 | 1111 | 0 | 1100010 | 10100 | 1000101 | 1100000 | 101001 |
Color Harmonies of #AFCD04
Complementary color
Monochromatic Colors of #AFCD04
Black with #AFCD04
Text Example
Text Example
White with #AFCD04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD04; }
p { color: rgb(175,205,4); }
H1.HeaderClassName
{
color: #AFCD04;
}
.AnyTagClassName
{
color: #AFCD04;
}
</style>
background-color css
<style>
a { background-color: #AFCD04; }
a { background-color: rgb(175,205,4); }
div.DivClassName
{
background-color: #AFCD04;
}
.BgClassName
{
background-color: #AFCD04;
}
</style>
border-color css
<style>
span { border-color: #AFCD04; }
span { border-color: rgb(175,205,4); }
td.TdClassName
{
border-color: #AFCD04;
}
.TagClassName
{
border-color: #AFCD04;
}
</style>