Shades of Rio Grande #AFC80D
Tints of Rio Grande #AFC80D
RGB
CMYK
RGB Variations
Color information
#AFC80D (or 0xAFC80D) is known color: Rio Grande. HEX triplet: AF, C8 and 0D. RGB value is (175,200,13). Sum of RGB (Red+Green+Blue) = 175+200+13=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 200 (78.52% from 255 or 51.55% from 388); Blue value is 13 (5.47% from 255 or 3.35% from 388); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC80D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC80D is #5037F2. Grayscale: #ABABAB. Windows color (decimal): -5257203 or 903343. OLE color: 903343.
HSL color Cylindrical-coordinate representation of color #AFC80D: hue angle of 68.02º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC80D is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 200 | 13 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.22 |
| HSL | 68.02º | 0.88% | 0.42% | - |
| HSV(B) | 68.02º | 0.94% | 0.78% | - |
| XYZ | 38.41 | 50.45 | 8.09 | - |
| YUV | 171.21 | 38.72 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 200 | 13 | 0.12 | 0 | 0.94 | 0.22 | 68.02 | 0.88 | 0.42 |
| Hex | AF | C8 | D | C | 0 | 5E | 16 | 44 | 58 | 2A |
| Octal | 257 | 310 | 15 | 14 | 0 | 136 | 26 | 104 | 130 | 52 |
| Binary | 10101111 | 11001000 | 1101 | 1100 | 0 | 1011110 | 10110 | 1000100 | 1011000 | 101010 |
Color Harmonies of #AFC80D
Complementary color
Monochromatic Colors of #AFC80D
Black with #AFC80D
Text Example
Text Example
White with #AFC80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC80D; }
p { color: rgb(175,200,13); }
H1.HeaderClassName
{
color: #AFC80D;
}
.AnyTagClassName
{
color: #AFC80D;
}
</style>
background-color css
<style>
a { background-color: #AFC80D; }
a { background-color: rgb(175,200,13); }
div.DivClassName
{
background-color: #AFC80D;
}
.BgClassName
{
background-color: #AFC80D;
}
</style>
border-color css
<style>
span { border-color: #AFC80D; }
span { border-color: rgb(175,200,13); }
td.TdClassName
{
border-color: #AFC80D;
}
.TagClassName
{
border-color: #AFC80D;
}
</style>