Shades of Rio Grande #AFCF0F
Tints of Rio Grande #AFCF0F
RGB
CMYK
RGB Variations
Color information
#AFCF0F (or 0xAFCF0F) is known color: Rio Grande. HEX triplet: AF, CF and 0F. RGB value is (175,207,15). Sum of RGB (Red+Green+Blue) = 175+207+15=397 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.08% from 397); Green value is 207 (81.25% from 255 or 52.14% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 207 - color contains mainly: green. Hex color #AFCF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCF0F is #5030F0. Grayscale: #B0B0B0. Windows color (decimal): -5255409 or 1036207. OLE color: 1036207.
HSL color Cylindrical-coordinate representation of color #AFCF0F: hue angle of 70º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFCF0F is Cyan = 0.15, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 207 | 15 | - |
| CMYK | 0.15 | 0 | 0.93 | 0.19 |
| HSL | 70º | 0.86% | 0.44% | - |
| HSV(B) | 70º | 0.93% | 0.81% | - |
| XYZ | 40.08 | 53.77 | 8.72 | - |
| YUV | 175.54 | 37.4 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 207 | 15 | 0.15 | 0 | 0.93 | 0.19 | 70 | 0.86 | 0.44 |
| Hex | AF | CF | F | F | 0 | 5D | 13 | 46 | 56 | 2C |
| Octal | 257 | 317 | 17 | 17 | 0 | 135 | 23 | 106 | 126 | 54 |
| Binary | 10101111 | 11001111 | 1111 | 1111 | 0 | 1011101 | 10011 | 1000110 | 1010110 | 101100 |
Color Harmonies of #AFCF0F
Complementary color
Monochromatic Colors of #AFCF0F
Black with #AFCF0F
Text Example
Text Example
White with #AFCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCF0F; }
p { color: rgb(175,207,15); }
H1.HeaderClassName
{
color: #AFCF0F;
}
.AnyTagClassName
{
color: #AFCF0F;
}
</style>
background-color css
<style>
a { background-color: #AFCF0F; }
a { background-color: rgb(175,207,15); }
div.DivClassName
{
background-color: #AFCF0F;
}
.BgClassName
{
background-color: #AFCF0F;
}
</style>
border-color css
<style>
span { border-color: #AFCF0F; }
span { border-color: rgb(175,207,15); }
td.TdClassName
{
border-color: #AFCF0F;
}
.TagClassName
{
border-color: #AFCF0F;
}
</style>