Shades of Rio Grande #AFD31A
Tints of Rio Grande #AFD31A
RGB
CMYK
RGB Variations
Color information
#AFD31A (or 0xAFD31A) is known color: Rio Grande. HEX triplet: AF, D3 and 1A. RGB value is (175,211,26). Sum of RGB (Red+Green+Blue) = 175+211+26=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 211 (82.81% from 255 or 51.21% from 412); Blue value is 26 (10.55% from 255 or 6.31% from 412); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD31A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD31A is #502CE5. Grayscale: #B3B3B3. Windows color (decimal): -5254374 or 1758127. OLE color: 1758127.
HSL color Cylindrical-coordinate representation of color #AFD31A: hue angle of 71.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AFD31A is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 26 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.17 |
| HSL | 71.68º | 0.78% | 0.46% | - |
| HSV(B) | 71.68º | 0.88% | 0.83% | - |
| XYZ | 41.16 | 55.78 | 9.57 | - |
| YUV | 179.15 | 41.57 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 26 | 0.17 | 0 | 0.88 | 0.17 | 71.68 | 0.78 | 0.46 |
| Hex | AF | D3 | 1A | 11 | 0 | 58 | 11 | 48 | 4E | 2E |
| Octal | 257 | 323 | 32 | 21 | 0 | 130 | 21 | 110 | 116 | 56 |
| Binary | 10101111 | 11010011 | 11010 | 10001 | 0 | 1011000 | 10001 | 1001000 | 1001110 | 101110 |
Color Harmonies of #AFD31A
Complementary color
Monochromatic Colors of #AFD31A
Black with #AFD31A
Text Example
Text Example
White with #AFD31A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD31A; }
p { color: rgb(175,211,26); }
H1.HeaderClassName
{
color: #AFD31A;
}
.AnyTagClassName
{
color: #AFD31A;
}
</style>
background-color css
<style>
a { background-color: #AFD31A; }
a { background-color: rgb(175,211,26); }
div.DivClassName
{
background-color: #AFD31A;
}
.BgClassName
{
background-color: #AFD31A;
}
</style>
border-color css
<style>
span { border-color: #AFD31A; }
span { border-color: rgb(175,211,26); }
td.TdClassName
{
border-color: #AFD31A;
}
.TagClassName
{
border-color: #AFD31A;
}
</style>