Shades of Rio Grande #AFC70E
Tints of Rio Grande #AFC70E
RGB
CMYK
RGB Variations
Color information
#AFC70E (or 0xAFC70E) is known color: Rio Grande. HEX triplet: AF, C7 and 0E. RGB value is (175,199,14). Sum of RGB (Red+Green+Blue) = 175+199+14=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 199 (78.12% from 255 or 51.29% from 388); Blue value is 14 (5.86% from 255 or 3.61% from 388); Max value from RGB is 199 - color contains mainly: green. Hex color #AFC70E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC70E is #5038F1. Grayscale: #ABABAB. Windows color (decimal): -5257458 or 968623. OLE color: 968623.
HSL color Cylindrical-coordinate representation of color #AFC70E: hue angle of 67.78º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC70E is Cyan = 0.12, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 175 | 199 | 14 | - |
| CMYK | 0.12 | 0 | 0.93 | 0.22 |
| HSL | 67.78º | 0.87% | 0.42% | - |
| HSV(B) | 67.78º | 0.93% | 0.78% | - |
| XYZ | 38.18 | 49.99 | 8.05 | - |
| YUV | 170.73 | 39.55 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 199 | 14 | 0.12 | 0 | 0.93 | 0.22 | 67.78 | 0.87 | 0.42 |
| Hex | AF | C7 | E | C | 0 | 5D | 16 | 44 | 57 | 2A |
| Octal | 257 | 307 | 16 | 14 | 0 | 135 | 26 | 104 | 127 | 52 |
| Binary | 10101111 | 11000111 | 1110 | 1100 | 0 | 1011101 | 10110 | 1000100 | 1010111 | 101010 |
Color Harmonies of #AFC70E
Complementary color
Monochromatic Colors of #AFC70E
Black with #AFC70E
Text Example
Text Example
White with #AFC70E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFC70E; }
p { color: rgb(175,199,14); }
H1.HeaderClassName
{
color: #AFC70E;
}
.AnyTagClassName
{
color: #AFC70E;
}
</style>
background-color css
<style>
a { background-color: #AFC70E; }
a { background-color: rgb(175,199,14); }
div.DivClassName
{
background-color: #AFC70E;
}
.BgClassName
{
background-color: #AFC70E;
}
</style>
border-color css
<style>
span { border-color: #AFC70E; }
span { border-color: rgb(175,199,14); }
td.TdClassName
{
border-color: #AFC70E;
}
.TagClassName
{
border-color: #AFC70E;
}
</style>