Shades of Fuego #AFD328
Tints of Fuego #AFD328
RGB
CMYK
RGB Variations
Color information
#AFD328 (or 0xAFD328) is known color: Fuego. HEX triplet: AF, D3 and 28. RGB value is (175,211,40). Sum of RGB (Red+Green+Blue) = 175+211+40=426 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.08% from 426); Green value is 211 (82.81% from 255 or 49.53% from 426); Blue value is 40 (16.02% from 255 or 9.39% from 426); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD328 is #502CD7. Grayscale: #B5B5B5. Windows color (decimal): -5254360 or 2675631. OLE color: 2675631.
HSL color Cylindrical-coordinate representation of color #AFD328: hue angle of 72.63º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFD328 is Cyan = 0.17, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 40 | - |
| CMYK | 0.17 | 0 | 0.81 | 0.17 |
| HSL | 72.63º | 0.68% | 0.49% | - |
| HSV(B) | 72.63º | 0.81% | 0.83% | - |
| XYZ | 41.36 | 55.86 | 10.61 | - |
| YUV | 180.74 | 48.57 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 40 | 0.17 | 0 | 0.81 | 0.17 | 72.63 | 0.68 | 0.49 |
| Hex | AF | D3 | 28 | 11 | 0 | 51 | 11 | 49 | 44 | 31 |
| Octal | 257 | 323 | 50 | 21 | 0 | 121 | 21 | 111 | 104 | 61 |
| Binary | 10101111 | 11010011 | 101000 | 10001 | 0 | 1010001 | 10001 | 1001001 | 1000100 | 110001 |
Color Harmonies of #AFD328
Complementary color
Monochromatic Colors of #AFD328
Black with #AFD328
Text Example
Text Example
White with #AFD328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD328; }
p { color: rgb(175,211,40); }
H1.HeaderClassName
{
color: #AFD328;
}
.AnyTagClassName
{
color: #AFD328;
}
</style>
background-color css
<style>
a { background-color: #AFD328; }
a { background-color: rgb(175,211,40); }
div.DivClassName
{
background-color: #AFD328;
}
.BgClassName
{
background-color: #AFD328;
}
</style>
border-color css
<style>
span { border-color: #AFD328; }
span { border-color: rgb(175,211,40); }
td.TdClassName
{
border-color: #AFD328;
}
.TagClassName
{
border-color: #AFD328;
}
</style>