Shades of Rio Grande #AFD224
Tints of Rio Grande #AFD224
RGB
CMYK
RGB Variations
Color information
#AFD224 (or 0xAFD224) is known color: Rio Grande. HEX triplet: AF, D2 and 24. RGB value is (175,210,36). Sum of RGB (Red+Green+Blue) = 175+210+36=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 210 (82.42% from 255 or 49.88% from 421); Blue value is 36 (14.45% from 255 or 8.55% from 421); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD224 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD224 is #502DDB. Grayscale: #B4B4B4. Windows color (decimal): -5254620 or 2413231. OLE color: 2413231.
HSL color Cylindrical-coordinate representation of color #AFD224: hue angle of 72.07º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFD224 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 36 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.18 |
| HSL | 72.07º | 0.71% | 0.48% | - |
| HSV(B) | 72.07º | 0.83% | 0.82% | - |
| XYZ | 41.04 | 55.33 | 10.19 | - |
| YUV | 179.7 | 46.9 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 36 | 0.17 | 0 | 0.83 | 0.18 | 72.07 | 0.71 | 0.48 |
| Hex | AF | D2 | 24 | 11 | 0 | 53 | 12 | 48 | 47 | 30 |
| Octal | 257 | 322 | 44 | 21 | 0 | 123 | 22 | 110 | 107 | 60 |
| Binary | 10101111 | 11010010 | 100100 | 10001 | 0 | 1010011 | 10010 | 1001000 | 1000111 | 110000 |
Color Harmonies of #AFD224
Complementary color
Monochromatic Colors of #AFD224
Black with #AFD224
Text Example
Text Example
White with #AFD224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD224; }
p { color: rgb(175,210,36); }
H1.HeaderClassName
{
color: #AFD224;
}
.AnyTagClassName
{
color: #AFD224;
}
</style>
background-color css
<style>
a { background-color: #AFD224; }
a { background-color: rgb(175,210,36); }
div.DivClassName
{
background-color: #AFD224;
}
.BgClassName
{
background-color: #AFD224;
}
</style>
border-color css
<style>
span { border-color: #AFD224; }
span { border-color: rgb(175,210,36); }
td.TdClassName
{
border-color: #AFD224;
}
.TagClassName
{
border-color: #AFD224;
}
</style>