Shades of Rio Grande #AFD31D
Tints of Rio Grande #AFD31D
RGB
CMYK
RGB Variations
Color information
#AFD31D (or 0xAFD31D) is known color: Rio Grande. HEX triplet: AF, D3 and 1D. RGB value is (175,211,29). Sum of RGB (Red+Green+Blue) = 175+211+29=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 211 (82.81% from 255 or 50.84% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD31D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD31D is #502CE2. Grayscale: #B4B4B4. Windows color (decimal): -5254371 or 1954735. OLE color: 1954735.
HSL color Cylindrical-coordinate representation of color #AFD31D: hue angle of 71.87º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AFD31D is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 29 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.17 |
| HSL | 71.87º | 0.76% | 0.47% | - |
| HSV(B) | 71.87º | 0.86% | 0.83% | - |
| XYZ | 41.2 | 55.79 | 9.76 | - |
| YUV | 179.49 | 43.07 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 29 | 0.17 | 0 | 0.86 | 0.17 | 71.87 | 0.76 | 0.47 |
| Hex | AF | D3 | 1D | 11 | 0 | 56 | 11 | 48 | 4C | 2F |
| Octal | 257 | 323 | 35 | 21 | 0 | 126 | 21 | 110 | 114 | 57 |
| Binary | 10101111 | 11010011 | 11101 | 10001 | 0 | 1010110 | 10001 | 1001000 | 1001100 | 101111 |
Color Harmonies of #AFD31D
Complementary color
Monochromatic Colors of #AFD31D
Black with #AFD31D
Text Example
Text Example
White with #AFD31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD31D; }
p { color: rgb(175,211,29); }
H1.HeaderClassName
{
color: #AFD31D;
}
.AnyTagClassName
{
color: #AFD31D;
}
</style>
background-color css
<style>
a { background-color: #AFD31D; }
a { background-color: rgb(175,211,29); }
div.DivClassName
{
background-color: #AFD31D;
}
.BgClassName
{
background-color: #AFD31D;
}
</style>
border-color css
<style>
span { border-color: #AFD31D; }
span { border-color: rgb(175,211,29); }
td.TdClassName
{
border-color: #AFD31D;
}
.TagClassName
{
border-color: #AFD31D;
}
</style>