Shades of Rio Grande #AFCD1F
Tints of Rio Grande #AFCD1F
RGB
CMYK
RGB Variations
Color information
#AFCD1F (or 0xAFCD1F) is known color: Rio Grande. HEX triplet: AF, CD and 1F. RGB value is (175,205,31). Sum of RGB (Red+Green+Blue) = 175+205+31=411 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.58% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 31 (12.5% from 255 or 7.54% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD1F is #5032E0. Grayscale: #B0B0B0. Windows color (decimal): -5255905 or 2084271. OLE color: 2084271.
HSL color Cylindrical-coordinate representation of color #AFCD1F: hue angle of 70.34º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFCD1F is Cyan = 0.15, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 31 | - |
| CMYK | 0.15 | 0 | 0.85 | 0.20 |
| HSL | 70.34º | 0.74% | 0.46% | - |
| HSV(B) | 70.34º | 0.85% | 0.8% | - |
| XYZ | 39.76 | 52.88 | 9.41 | - |
| YUV | 176.19 | 46.06 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 31 | 0.15 | 0 | 0.85 | 0.20 | 70.34 | 0.74 | 0.46 |
| Hex | AF | CD | 1F | F | 0 | 55 | 14 | 46 | 4A | 2E |
| Octal | 257 | 315 | 37 | 17 | 0 | 125 | 24 | 106 | 112 | 56 |
| Binary | 10101111 | 11001101 | 11111 | 1111 | 0 | 1010101 | 10100 | 1000110 | 1001010 | 101110 |
Color Harmonies of #AFCD1F
Complementary color
Monochromatic Colors of #AFCD1F
Black with #AFCD1F
Text Example
Text Example
White with #AFCD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD1F; }
p { color: rgb(175,205,31); }
H1.HeaderClassName
{
color: #AFCD1F;
}
.AnyTagClassName
{
color: #AFCD1F;
}
</style>
background-color css
<style>
a { background-color: #AFCD1F; }
a { background-color: rgb(175,205,31); }
div.DivClassName
{
background-color: #AFCD1F;
}
.BgClassName
{
background-color: #AFCD1F;
}
</style>
border-color css
<style>
span { border-color: #AFCD1F; }
span { border-color: rgb(175,205,31); }
td.TdClassName
{
border-color: #AFCD1F;
}
.TagClassName
{
border-color: #AFCD1F;
}
</style>