Shades of Rio Grande #AFD00D
Tints of Rio Grande #AFD00D
RGB
CMYK
RGB Variations
Color information
#AFD00D (or 0xAFD00D) is known color: Rio Grande. HEX triplet: AF, D0 and 0D. RGB value is (175,208,13). Sum of RGB (Red+Green+Blue) = 175+208+13=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 208 (81.64% from 255 or 52.53% from 396); Blue value is 13 (5.47% from 255 or 3.28% from 396); Max value from RGB is 208 - color contains mainly: green. Hex color #AFD00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFD00D is #502FF2. Grayscale: #B0B0B0. Windows color (decimal): -5255155 or 905391. OLE color: 905391.
HSL color Cylindrical-coordinate representation of color #AFD00D: hue angle of 70.15º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFD00D is Cyan = 0.16, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 208 | 13 | - |
| CMYK | 0.16 | 0 | 0.94 | 0.18 |
| HSL | 70.15º | 0.88% | 0.43% | - |
| HSV(B) | 70.15º | 0.94% | 0.82% | - |
| XYZ | 40.31 | 54.25 | 8.73 | - |
| YUV | 175.9 | 36.07 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 208 | 13 | 0.16 | 0 | 0.94 | 0.18 | 70.15 | 0.88 | 0.43 |
| Hex | AF | D0 | D | 10 | 0 | 5E | 12 | 46 | 58 | 2B |
| Octal | 257 | 320 | 15 | 20 | 0 | 136 | 22 | 106 | 130 | 53 |
| Binary | 10101111 | 11010000 | 1101 | 10000 | 0 | 1011110 | 10010 | 1000110 | 1011000 | 101011 |
Color Harmonies of #AFD00D
Complementary color
Monochromatic Colors of #AFD00D
Black with #AFD00D
Text Example
Text Example
White with #AFD00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD00D; }
p { color: rgb(175,208,13); }
H1.HeaderClassName
{
color: #AFD00D;
}
.AnyTagClassName
{
color: #AFD00D;
}
</style>
background-color css
<style>
a { background-color: #AFD00D; }
a { background-color: rgb(175,208,13); }
div.DivClassName
{
background-color: #AFD00D;
}
.BgClassName
{
background-color: #AFD00D;
}
</style>
border-color css
<style>
span { border-color: #AFD00D; }
span { border-color: rgb(175,208,13); }
td.TdClassName
{
border-color: #AFD00D;
}
.TagClassName
{
border-color: #AFD00D;
}
</style>