Shades of Rio Grande #AFCD0D
Tints of Rio Grande #AFCD0D
RGB
CMYK
RGB Variations
Color information
#AFCD0D (or 0xAFCD0D) is known color: Rio Grande. HEX triplet: AF, CD and 0D. RGB value is (175,205,13). Sum of RGB (Red+Green+Blue) = 175+205+13=393 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.53% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 13 (5.47% from 255 or 3.31% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD0D is #5032F2. Grayscale: #AEAEAE. Windows color (decimal): -5255923 or 904623. OLE color: 904623.
HSL color Cylindrical-coordinate representation of color #AFCD0D: hue angle of 69.38º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFCD0D is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 13 | - |
| CMYK | 0.15 | 0 | 0.94 | 0.20 |
| HSL | 69.38º | 0.88% | 0.43% | - |
| HSV(B) | 69.38º | 0.94% | 0.8% | - |
| XYZ | 39.58 | 52.81 | 8.49 | - |
| YUV | 174.14 | 37.06 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 13 | 0.15 | 0 | 0.94 | 0.20 | 69.38 | 0.88 | 0.43 |
| Hex | AF | CD | D | F | 0 | 5E | 14 | 45 | 58 | 2B |
| Octal | 257 | 315 | 15 | 17 | 0 | 136 | 24 | 105 | 130 | 53 |
| Binary | 10101111 | 11001101 | 1101 | 1111 | 0 | 1011110 | 10100 | 1000101 | 1011000 | 101011 |
Color Harmonies of #AFCD0D
Complementary color
Monochromatic Colors of #AFCD0D
Black with #AFCD0D
Text Example
Text Example
White with #AFCD0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD0D; }
p { color: rgb(175,205,13); }
H1.HeaderClassName
{
color: #AFCD0D;
}
.AnyTagClassName
{
color: #AFCD0D;
}
</style>
background-color css
<style>
a { background-color: #AFCD0D; }
a { background-color: rgb(175,205,13); }
div.DivClassName
{
background-color: #AFCD0D;
}
.BgClassName
{
background-color: #AFCD0D;
}
</style>
border-color css
<style>
span { border-color: #AFCD0D; }
span { border-color: rgb(175,205,13); }
td.TdClassName
{
border-color: #AFCD0D;
}
.TagClassName
{
border-color: #AFCD0D;
}
</style>