Shades of Rio Grande #AFCD14
Tints of Rio Grande #AFCD14
RGB
CMYK
RGB Variations
Color information
#AFCD14 (or 0xAFCD14) is known color: Rio Grande. HEX triplet: AF, CD and 14. RGB value is (175,205,20). Sum of RGB (Red+Green+Blue) = 175+205+20=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 205 (80.47% from 255 or 51.25% from 400); Blue value is 20 (8.20% from 255 or 5% from 400); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCD14 is #5032EB. Grayscale: #AFAFAF. Windows color (decimal): -5255916 or 1363375. OLE color: 1363375.
HSL color Cylindrical-coordinate representation of color #AFCD14: hue angle of 69.73º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AFCD14 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 20 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.20 |
| HSL | 69.73º | 0.82% | 0.44% | - |
| HSV(B) | 69.73º | 0.9% | 0.8% | - |
| XYZ | 39.64 | 52.83 | 8.77 | - |
| YUV | 174.94 | 40.56 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 20 | 0.15 | 0 | 0.90 | 0.20 | 69.73 | 0.82 | 0.44 |
| Hex | AF | CD | 14 | F | 0 | 5A | 14 | 46 | 52 | 2C |
| Octal | 257 | 315 | 24 | 17 | 0 | 132 | 24 | 106 | 122 | 54 |
| Binary | 10101111 | 11001101 | 10100 | 1111 | 0 | 1011010 | 10100 | 1000110 | 1010010 | 101100 |
Color Harmonies of #AFCD14
Complementary color
Monochromatic Colors of #AFCD14
Black with #AFCD14
Text Example
Text Example
White with #AFCD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD14; }
p { color: rgb(175,205,20); }
H1.HeaderClassName
{
color: #AFCD14;
}
.AnyTagClassName
{
color: #AFCD14;
}
</style>
background-color css
<style>
a { background-color: #AFCD14; }
a { background-color: rgb(175,205,20); }
div.DivClassName
{
background-color: #AFCD14;
}
.BgClassName
{
background-color: #AFCD14;
}
</style>
border-color css
<style>
span { border-color: #AFCD14; }
span { border-color: rgb(175,205,20); }
td.TdClassName
{
border-color: #AFCD14;
}
.TagClassName
{
border-color: #AFCD14;
}
</style>