Shades of Rio Grande #AFCA11
Tints of Rio Grande #AFCA11
RGB
CMYK
RGB Variations
Color information
#AFCA11 (or 0xAFCA11) is known color: Rio Grande. HEX triplet: AF, CA and 11. RGB value is (175,202,17). Sum of RGB (Red+Green+Blue) = 175+202+17=394 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.42% from 394); Green value is 202 (79.30% from 255 or 51.27% from 394); Blue value is 17 (7.03% from 255 or 4.31% from 394); Max value from RGB is 202 - color contains mainly: green. Hex color #AFCA11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCA11 is #5035EE. Grayscale: #ADADAD. Windows color (decimal): -5256687 or 1165999. OLE color: 1165999.
HSL color Cylindrical-coordinate representation of color #AFCA11: hue angle of 68.76º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFCA11 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 202 | 17 | - |
| CMYK | 0.13 | 0 | 0.92 | 0.21 |
| HSL | 68.76º | 0.84% | 0.43% | - |
| HSV(B) | 68.76º | 0.92% | 0.79% | - |
| XYZ | 38.9 | 51.4 | 8.4 | - |
| YUV | 172.84 | 40.05 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 202 | 17 | 0.13 | 0 | 0.92 | 0.21 | 68.76 | 0.84 | 0.43 |
| Hex | AF | CA | 11 | D | 0 | 5C | 15 | 45 | 54 | 2B |
| Octal | 257 | 312 | 21 | 15 | 0 | 134 | 25 | 105 | 124 | 53 |
| Binary | 10101111 | 11001010 | 10001 | 1101 | 0 | 1011100 | 10101 | 1000101 | 1010100 | 101011 |
Color Harmonies of #AFCA11
Complementary color
Monochromatic Colors of #AFCA11
Black with #AFCA11
Text Example
Text Example
White with #AFCA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCA11; }
p { color: rgb(175,202,17); }
H1.HeaderClassName
{
color: #AFCA11;
}
.AnyTagClassName
{
color: #AFCA11;
}
</style>
background-color css
<style>
a { background-color: #AFCA11; }
a { background-color: rgb(175,202,17); }
div.DivClassName
{
background-color: #AFCA11;
}
.BgClassName
{
background-color: #AFCA11;
}
</style>
border-color css
<style>
span { border-color: #AFCA11; }
span { border-color: rgb(175,202,17); }
td.TdClassName
{
border-color: #AFCA11;
}
.TagClassName
{
border-color: #AFCA11;
}
</style>