Shades of Rio Grande #AFD215
Tints of Rio Grande #AFD215
RGB
CMYK
RGB Variations
Color information
#AFD215 (or 0xAFD215) is known color: Rio Grande. HEX triplet: AF, D2 and 15. RGB value is (175,210,21). Sum of RGB (Red+Green+Blue) = 175+210+21=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 210 (82.42% from 255 or 51.72% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD215 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD215 is #502DEA. Grayscale: #B2B2B2. Windows color (decimal): -5254635 or 1430191. OLE color: 1430191.
HSL color Cylindrical-coordinate representation of color #AFD215: hue angle of 71.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFD215 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 21 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.18 |
| HSL | 71.11º | 0.82% | 0.45% | - |
| HSV(B) | 71.11º | 0.9% | 0.82% | - |
| XYZ | 40.86 | 55.26 | 9.22 | - |
| YUV | 177.99 | 39.4 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 21 | 0.17 | 0 | 0.90 | 0.18 | 71.11 | 0.82 | 0.45 |
| Hex | AF | D2 | 15 | 11 | 0 | 5A | 12 | 47 | 52 | 2D |
| Octal | 257 | 322 | 25 | 21 | 0 | 132 | 22 | 107 | 122 | 55 |
| Binary | 10101111 | 11010010 | 10101 | 10001 | 0 | 1011010 | 10010 | 1000111 | 1010010 | 101101 |
Color Harmonies of #AFD215
Complementary color
Monochromatic Colors of #AFD215
Black with #AFD215
Text Example
Text Example
White with #AFD215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD215; }
p { color: rgb(175,210,21); }
H1.HeaderClassName
{
color: #AFD215;
}
.AnyTagClassName
{
color: #AFD215;
}
</style>
background-color css
<style>
a { background-color: #AFD215; }
a { background-color: rgb(175,210,21); }
div.DivClassName
{
background-color: #AFD215;
}
.BgClassName
{
background-color: #AFD215;
}
</style>
border-color css
<style>
span { border-color: #AFD215; }
span { border-color: rgb(175,210,21); }
td.TdClassName
{
border-color: #AFD215;
}
.TagClassName
{
border-color: #AFD215;
}
</style>