Shades of Rio Grande #AFC511
Tints of Rio Grande #AFC511
RGB
CMYK
RGB Variations
Color information
#AFC511 (or 0xAFC511) is known color: Rio Grande. HEX triplet: AF, C5 and 11. RGB value is (175,197,17). Sum of RGB (Red+Green+Blue) = 175+197+17=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 197 (77.34% from 255 or 50.64% from 389); Blue value is 17 (7.03% from 255 or 4.37% from 389); Max value from RGB is 197 - color contains mainly: green. Hex color #AFC511 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC511 is #503AEE. Grayscale: #AAAAAA. Windows color (decimal): -5257967 or 1164719. OLE color: 1164719.
HSL color Cylindrical-coordinate representation of color #AFC511: hue angle of 67.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFC511 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 175 | 197 | 17 | - |
| CMYK | 0.11 | 0 | 0.91 | 0.23 |
| HSL | 67.33º | 0.84% | 0.42% | - |
| HSV(B) | 67.33º | 0.91% | 0.77% | - |
| XYZ | 37.75 | 49.09 | 8.02 | - |
| YUV | 169.9 | 41.71 | 131.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 197 | 17 | 0.11 | 0 | 0.91 | 0.23 | 67.33 | 0.84 | 0.42 |
| Hex | AF | C5 | 11 | B | 0 | 5B | 17 | 43 | 54 | 2A |
| Octal | 257 | 305 | 21 | 13 | 0 | 133 | 27 | 103 | 124 | 52 |
| Binary | 10101111 | 11000101 | 10001 | 1011 | 0 | 1011011 | 10111 | 1000011 | 1010100 | 101010 |
Color Harmonies of #AFC511
Complementary color
Monochromatic Colors of #AFC511
Black with #AFC511
Text Example
Text Example
White with #AFC511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC511; }
p { color: rgb(175,197,17); }
H1.HeaderClassName
{
color: #AFC511;
}
.AnyTagClassName
{
color: #AFC511;
}
</style>
background-color css
<style>
a { background-color: #AFC511; }
a { background-color: rgb(175,197,17); }
div.DivClassName
{
background-color: #AFC511;
}
.BgClassName
{
background-color: #AFC511;
}
</style>
border-color css
<style>
span { border-color: #AFC511; }
span { border-color: rgb(175,197,17); }
td.TdClassName
{
border-color: #AFC511;
}
.TagClassName
{
border-color: #AFC511;
}
</style>