Shades of Rio Grande #AFCF15
Tints of Rio Grande #AFCF15
RGB
CMYK
RGB Variations
Color information
#AFCF15 (or 0xAFCF15) is known color: Rio Grande. HEX triplet: AF, CF and 15. RGB value is (175,207,21). Sum of RGB (Red+Green+Blue) = 175+207+21=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 207 (81.25% from 255 or 51.36% from 403); Blue value is 21 (8.59% from 255 or 5.21% from 403); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF15 is #5030EA. Grayscale: #B0B0B0. Windows color (decimal): -5255403 or 1429423. OLE color: 1429423.
HSL color Cylindrical-coordinate representation of color #AFCF15: hue angle of 70.32º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFCF15 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 21 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.19 |
| HSL | 70.32º | 0.82% | 0.45% | - |
| HSV(B) | 70.32º | 0.9% | 0.81% | - |
| XYZ | 40.13 | 53.79 | 8.98 | - |
| YUV | 176.23 | 40.4 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 21 | 0.15 | 0 | 0.90 | 0.19 | 70.32 | 0.82 | 0.45 |
| Hex | AF | CF | 15 | F | 0 | 5A | 13 | 46 | 52 | 2D |
| Octal | 257 | 317 | 25 | 17 | 0 | 132 | 23 | 106 | 122 | 55 |
| Binary | 10101111 | 11001111 | 10101 | 1111 | 0 | 1011010 | 10011 | 1000110 | 1010010 | 101101 |
Color Harmonies of #AFCF15
Complementary color
Monochromatic Colors of #AFCF15
Black with #AFCF15
Text Example
Text Example
White with #AFCF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF15; }
p { color: rgb(175,207,21); }
H1.HeaderClassName
{
color: #AFCF15;
}
.AnyTagClassName
{
color: #AFCF15;
}
</style>
background-color css
<style>
a { background-color: #AFCF15; }
a { background-color: rgb(175,207,21); }
div.DivClassName
{
background-color: #AFCF15;
}
.BgClassName
{
background-color: #AFCF15;
}
</style>
border-color css
<style>
span { border-color: #AFCF15; }
span { border-color: rgb(175,207,21); }
td.TdClassName
{
border-color: #AFCF15;
}
.TagClassName
{
border-color: #AFCF15;
}
</style>