Shades of Rio Grande #AFCD1B
Tints of Rio Grande #AFCD1B
RGB
CMYK
RGB Variations
Color information
#AFCD1B (or 0xAFCD1B) is known color: Rio Grande. HEX triplet: AF, CD and 1B. RGB value is (175,205,27). Sum of RGB (Red+Green+Blue) = 175+205+27=407 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.00% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 27 (10.94% from 255 or 6.63% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD1B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD1B is #5032E4. Grayscale: #B0B0B0. Windows color (decimal): -5255909 or 1822127. OLE color: 1822127.
HSL color Cylindrical-coordinate representation of color #AFCD1B: hue angle of 70.11º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AFCD1B is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 27 | - |
| CMYK | 0.15 | 0 | 0.87 | 0.20 |
| HSL | 70.11º | 0.77% | 0.45% | - |
| HSV(B) | 70.11º | 0.87% | 0.8% | - |
| XYZ | 39.71 | 52.86 | 9.15 | - |
| YUV | 175.74 | 44.06 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 27 | 0.15 | 0 | 0.87 | 0.20 | 70.11 | 0.77 | 0.45 |
| Hex | AF | CD | 1B | F | 0 | 57 | 14 | 46 | 4D | 2D |
| Octal | 257 | 315 | 33 | 17 | 0 | 127 | 24 | 106 | 115 | 55 |
| Binary | 10101111 | 11001101 | 11011 | 1111 | 0 | 1010111 | 10100 | 1000110 | 1001101 | 101101 |
Color Harmonies of #AFCD1B
Complementary color
Monochromatic Colors of #AFCD1B
Black with #AFCD1B
Text Example
Text Example
White with #AFCD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD1B; }
p { color: rgb(175,205,27); }
H1.HeaderClassName
{
color: #AFCD1B;
}
.AnyTagClassName
{
color: #AFCD1B;
}
</style>
background-color css
<style>
a { background-color: #AFCD1B; }
a { background-color: rgb(175,205,27); }
div.DivClassName
{
background-color: #AFCD1B;
}
.BgClassName
{
background-color: #AFCD1B;
}
</style>
border-color css
<style>
span { border-color: #AFCD1B; }
span { border-color: rgb(175,205,27); }
td.TdClassName
{
border-color: #AFCD1B;
}
.TagClassName
{
border-color: #AFCD1B;
}
</style>