Shades of Rio Grande #AFCF11
Tints of Rio Grande #AFCF11
RGB
CMYK
RGB Variations
Color information
#AFCF11 (or 0xAFCF11) is known color: Rio Grande. HEX triplet: AF, CF and 11. RGB value is (175,207,17). Sum of RGB (Red+Green+Blue) = 175+207+17=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 207 (81.25% from 255 or 51.88% from 399); Blue value is 17 (7.03% from 255 or 4.26% from 399); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF11 is #5030EE. Grayscale: #B0B0B0. Windows color (decimal): -5255407 or 1167279. OLE color: 1167279.
HSL color Cylindrical-coordinate representation of color #AFCF11: hue angle of 70.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AFCF11 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 17 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.19 |
| HSL | 70.11º | 0.85% | 0.44% | - |
| HSV(B) | 70.11º | 0.92% | 0.81% | - |
| XYZ | 40.09 | 53.78 | 8.8 | - |
| YUV | 175.77 | 38.4 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 17 | 0.15 | 0 | 0.92 | 0.19 | 70.11 | 0.85 | 0.44 |
| Hex | AF | CF | 11 | F | 0 | 5C | 13 | 46 | 55 | 2C |
| Octal | 257 | 317 | 21 | 17 | 0 | 134 | 23 | 106 | 125 | 54 |
| Binary | 10101111 | 11001111 | 10001 | 1111 | 0 | 1011100 | 10011 | 1000110 | 1010101 | 101100 |
Color Harmonies of #AFCF11
Complementary color
Monochromatic Colors of #AFCF11
Black with #AFCF11
Text Example
Text Example
White with #AFCF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF11; }
p { color: rgb(175,207,17); }
H1.HeaderClassName
{
color: #AFCF11;
}
.AnyTagClassName
{
color: #AFCF11;
}
</style>
background-color css
<style>
a { background-color: #AFCF11; }
a { background-color: rgb(175,207,17); }
div.DivClassName
{
background-color: #AFCF11;
}
.BgClassName
{
background-color: #AFCF11;
}
</style>
border-color css
<style>
span { border-color: #AFCF11; }
span { border-color: rgb(175,207,17); }
td.TdClassName
{
border-color: #AFCF11;
}
.TagClassName
{
border-color: #AFCF11;
}
</style>