Shades of Rio Grande #AFD323
Tints of Rio Grande #AFD323
RGB
CMYK
RGB Variations
Color information
#AFD323 (or 0xAFD323) is known color: Rio Grande. HEX triplet: AF, D3 and 23. RGB value is (175,211,35). Sum of RGB (Red+Green+Blue) = 175+211+35=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 35 (14.06% from 255 or 8.31% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD323 is #502CDC. Grayscale: #B4B4B4. Windows color (decimal): -5254365 or 2347951. OLE color: 2347951.
HSL color Cylindrical-coordinate representation of color #AFD323: hue angle of 72.27º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AFD323 is Cyan = 0.17, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 35 | - |
| CMYK | 0.17 | 0 | 0.83 | 0.17 |
| HSL | 72.27º | 0.72% | 0.48% | - |
| HSV(B) | 72.27º | 0.83% | 0.83% | - |
| XYZ | 41.28 | 55.82 | 10.19 | - |
| YUV | 180.17 | 46.07 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 35 | 0.17 | 0 | 0.83 | 0.17 | 72.27 | 0.72 | 0.48 |
| Hex | AF | D3 | 23 | 11 | 0 | 53 | 11 | 48 | 48 | 30 |
| Octal | 257 | 323 | 43 | 21 | 0 | 123 | 21 | 110 | 110 | 60 |
| Binary | 10101111 | 11010011 | 100011 | 10001 | 0 | 1010011 | 10001 | 1001000 | 1001000 | 110000 |
Color Harmonies of #AFD323
Complementary color
Monochromatic Colors of #AFD323
Black with #AFD323
Text Example
Text Example
White with #AFD323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD323; }
p { color: rgb(175,211,35); }
H1.HeaderClassName
{
color: #AFD323;
}
.AnyTagClassName
{
color: #AFD323;
}
</style>
background-color css
<style>
a { background-color: #AFD323; }
a { background-color: rgb(175,211,35); }
div.DivClassName
{
background-color: #AFD323;
}
.BgClassName
{
background-color: #AFD323;
}
</style>
border-color css
<style>
span { border-color: #AFD323; }
span { border-color: rgb(175,211,35); }
td.TdClassName
{
border-color: #AFD323;
}
.TagClassName
{
border-color: #AFD323;
}
</style>