Shades of Rio Grande #AFCD25
Tints of Rio Grande #AFCD25
RGB
CMYK
RGB Variations
Color information
#AFCD25 (or 0xAFCD25) is known color: Rio Grande. HEX triplet: AF, CD and 25. RGB value is (175,205,37). Sum of RGB (Red+Green+Blue) = 175+205+37=417 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.97% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 37 (14.84% from 255 or 8.87% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD25 is #5032DA. Grayscale: #B1B1B1. Windows color (decimal): -5255899 or 2477487. OLE color: 2477487.
HSL color Cylindrical-coordinate representation of color #AFCD25: hue angle of 70.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AFCD25 is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 37 | - |
| CMYK | 0.15 | 0 | 0.82 | 0.20 |
| HSL | 70.71º | 0.69% | 0.47% | - |
| HSV(B) | 70.71º | 0.82% | 0.8% | - |
| XYZ | 39.84 | 52.91 | 9.86 | - |
| YUV | 176.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 37 | 0.15 | 0 | 0.82 | 0.20 | 70.71 | 0.69 | 0.47 |
| Hex | AF | CD | 25 | F | 0 | 52 | 14 | 47 | 45 | 2F |
| Octal | 257 | 315 | 45 | 17 | 0 | 122 | 24 | 107 | 105 | 57 |
| Binary | 10101111 | 11001101 | 100101 | 1111 | 0 | 1010010 | 10100 | 1000111 | 1000101 | 101111 |
Color Harmonies of #AFCD25
Complementary color
Monochromatic Colors of #AFCD25
Black with #AFCD25
Text Example
Text Example
White with #AFCD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD25; }
p { color: rgb(175,205,37); }
H1.HeaderClassName
{
color: #AFCD25;
}
.AnyTagClassName
{
color: #AFCD25;
}
</style>
background-color css
<style>
a { background-color: #AFCD25; }
a { background-color: rgb(175,205,37); }
div.DivClassName
{
background-color: #AFCD25;
}
.BgClassName
{
background-color: #AFCD25;
}
</style>
border-color css
<style>
span { border-color: #AFCD25; }
span { border-color: rgb(175,205,37); }
td.TdClassName
{
border-color: #AFCD25;
}
.TagClassName
{
border-color: #AFCD25;
}
</style>