Shades of Rio Grande #AFCF1D
Tints of Rio Grande #AFCF1D
RGB
CMYK
RGB Variations
Color information
#AFCF1D (or 0xAFCF1D) is known color: Rio Grande. HEX triplet: AF, CF and 1D. RGB value is (175,207,29). Sum of RGB (Red+Green+Blue) = 175+207+29=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 207 (81.25% from 255 or 50.36% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCF1D is #5030E2. Grayscale: #B1B1B1. Windows color (decimal): -5255395 or 1953711. OLE color: 1953711.
HSL color Cylindrical-coordinate representation of color #AFCF1D: hue angle of 70.79º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFCF1D is Cyan = 0.15, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 29 | - |
| CMYK | 0.15 | 0 | 0.86 | 0.19 |
| HSL | 70.79º | 0.75% | 0.46% | - |
| HSV(B) | 70.79º | 0.86% | 0.81% | - |
| XYZ | 40.21 | 53.83 | 9.43 | - |
| YUV | 177.14 | 44.4 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 29 | 0.15 | 0 | 0.86 | 0.19 | 70.79 | 0.75 | 0.46 |
| Hex | AF | CF | 1D | F | 0 | 56 | 13 | 47 | 4B | 2E |
| Octal | 257 | 317 | 35 | 17 | 0 | 126 | 23 | 107 | 113 | 56 |
| Binary | 10101111 | 11001111 | 11101 | 1111 | 0 | 1010110 | 10011 | 1000111 | 1001011 | 101110 |
Color Harmonies of #AFCF1D
Complementary color
Monochromatic Colors of #AFCF1D
Black with #AFCF1D
Text Example
Text Example
White with #AFCF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF1D; }
p { color: rgb(175,207,29); }
H1.HeaderClassName
{
color: #AFCF1D;
}
.AnyTagClassName
{
color: #AFCF1D;
}
</style>
background-color css
<style>
a { background-color: #AFCF1D; }
a { background-color: rgb(175,207,29); }
div.DivClassName
{
background-color: #AFCF1D;
}
.BgClassName
{
background-color: #AFCF1D;
}
</style>
border-color css
<style>
span { border-color: #AFCF1D; }
span { border-color: rgb(175,207,29); }
td.TdClassName
{
border-color: #AFCF1D;
}
.TagClassName
{
border-color: #AFCF1D;
}
</style>