Shades of Rio Grande #AFD113
Tints of Rio Grande #AFD113
RGB
CMYK
RGB Variations
Color information
#AFD113 (or 0xAFD113) is known color: Rio Grande. HEX triplet: AF, D1 and 13. RGB value is (175,209,19). Sum of RGB (Red+Green+Blue) = 175+209+19=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 209 (82.03% from 255 or 51.86% from 403); Blue value is 19 (7.81% from 255 or 4.71% from 403); Max value from RGB is 209 - color contains mainly: green. Hex color #AFD113 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD113 is #502EEC. Grayscale: #B1B1B1. Windows color (decimal): -5254893 or 1298863. OLE color: 1298863.
HSL color Cylindrical-coordinate representation of color #AFD113: hue angle of 70.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AFD113 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 209 | 19 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.18 |
| HSL | 70.74º | 0.83% | 0.45% | - |
| HSV(B) | 70.74º | 0.91% | 0.82% | - |
| XYZ | 40.6 | 54.76 | 9.05 | - |
| YUV | 177.17 | 38.74 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 209 | 19 | 0.16 | 0 | 0.91 | 0.18 | 70.74 | 0.83 | 0.45 |
| Hex | AF | D1 | 13 | 10 | 0 | 5B | 12 | 47 | 53 | 2D |
| Octal | 257 | 321 | 23 | 20 | 0 | 133 | 22 | 107 | 123 | 55 |
| Binary | 10101111 | 11010001 | 10011 | 10000 | 0 | 1011011 | 10010 | 1000111 | 1010011 | 101101 |
Color Harmonies of #AFD113
Complementary color
Monochromatic Colors of #AFD113
Black with #AFD113
Text Example
Text Example
White with #AFD113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD113; }
p { color: rgb(175,209,19); }
H1.HeaderClassName
{
color: #AFD113;
}
.AnyTagClassName
{
color: #AFD113;
}
</style>
background-color css
<style>
a { background-color: #AFD113; }
a { background-color: rgb(175,209,19); }
div.DivClassName
{
background-color: #AFD113;
}
.BgClassName
{
background-color: #AFD113;
}
</style>
border-color css
<style>
span { border-color: #AFD113; }
span { border-color: rgb(175,209,19); }
td.TdClassName
{
border-color: #AFD113;
}
.TagClassName
{
border-color: #AFD113;
}
</style>