Shades of Rio Grande #AFCC1F
Tints of Rio Grande #AFCC1F
RGB
CMYK
RGB Variations
Color information
#AFCC1F (or 0xAFCC1F) is known color: Rio Grande. HEX triplet: AF, CC and 1F. RGB value is (175,204,31). Sum of RGB (Red+Green+Blue) = 175+204+31=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 204 (80.08% from 255 or 49.76% from 410); Blue value is 31 (12.5% from 255 or 7.56% from 410); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC1F is #5033E0. Grayscale: #B0B0B0. Windows color (decimal): -5256161 or 2084015. OLE color: 2084015.
HSL color Cylindrical-coordinate representation of color #AFCC1F: hue angle of 70.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AFCC1F is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 31 | - |
| CMYK | 0.14 | 0 | 0.85 | 0.2 |
| HSL | 70.06º | 0.74% | 0.46% | - |
| HSV(B) | 70.06º | 0.85% | 0.8% | - |
| XYZ | 39.52 | 52.4 | 9.33 | - |
| YUV | 175.61 | 46.39 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 31 | 0.14 | 0 | 0.85 | 0.2 | 70.06 | 0.74 | 0.46 |
| Hex | AF | CC | 1F | E | 0 | 55 | 14 | 46 | 4A | 2E |
| Octal | 257 | 314 | 37 | 16 | 0 | 125 | 24 | 106 | 112 | 56 |
| Binary | 10101111 | 11001100 | 11111 | 1110 | 0 | 1010101 | 10100 | 1000110 | 1001010 | 101110 |
Color Harmonies of #AFCC1F
Complementary color
Monochromatic Colors of #AFCC1F
Black with #AFCC1F
Text Example
Text Example
White with #AFCC1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC1F; }
p { color: rgb(175,204,31); }
H1.HeaderClassName
{
color: #AFCC1F;
}
.AnyTagClassName
{
color: #AFCC1F;
}
</style>
background-color css
<style>
a { background-color: #AFCC1F; }
a { background-color: rgb(175,204,31); }
div.DivClassName
{
background-color: #AFCC1F;
}
.BgClassName
{
background-color: #AFCC1F;
}
</style>
border-color css
<style>
span { border-color: #AFCC1F; }
span { border-color: rgb(175,204,31); }
td.TdClassName
{
border-color: #AFCC1F;
}
.TagClassName
{
border-color: #AFCC1F;
}
</style>