Shades of Rio Grande #AFCD15
Tints of Rio Grande #AFCD15
RGB
CMYK
RGB Variations
Color information
#AFCD15 (or 0xAFCD15) is known color: Rio Grande. HEX triplet: AF, CD and 15. RGB value is (175,205,21). Sum of RGB (Red+Green+Blue) = 175+205+21=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 205 (80.47% from 255 or 51.12% from 401); Blue value is 21 (8.59% from 255 or 5.24% from 401); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD15 is #5032EA. Grayscale: #AFAFAF. Windows color (decimal): -5255915 or 1428911. OLE color: 1428911.
HSL color Cylindrical-coordinate representation of color #AFCD15: hue angle of 69.78º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFCD15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.20 |
| HSL | 69.78º | 0.81% | 0.44% | - |
| HSV(B) | 69.78º | 0.9% | 0.8% | - |
| XYZ | 39.65 | 52.83 | 8.82 | - |
| YUV | 175.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 21 | 0.15 | 0 | 0.90 | 0.20 | 69.78 | 0.81 | 0.44 |
| Hex | AF | CD | 15 | F | 0 | 5A | 14 | 46 | 51 | 2C |
| Octal | 257 | 315 | 25 | 17 | 0 | 132 | 24 | 106 | 121 | 54 |
| Binary | 10101111 | 11001101 | 10101 | 1111 | 0 | 1011010 | 10100 | 1000110 | 1010001 | 101100 |
Color Harmonies of #AFCD15
Complementary color
Monochromatic Colors of #AFCD15
Black with #AFCD15
Text Example
Text Example
White with #AFCD15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD15; }
p { color: rgb(175,205,21); }
H1.HeaderClassName
{
color: #AFCD15;
}
.AnyTagClassName
{
color: #AFCD15;
}
</style>
background-color css
<style>
a { background-color: #AFCD15; }
a { background-color: rgb(175,205,21); }
div.DivClassName
{
background-color: #AFCD15;
}
.BgClassName
{
background-color: #AFCD15;
}
</style>
border-color css
<style>
span { border-color: #AFCD15; }
span { border-color: rgb(175,205,21); }
td.TdClassName
{
border-color: #AFCD15;
}
.TagClassName
{
border-color: #AFCD15;
}
</style>