Shades of Fuego #AFD232
Tints of Fuego #AFD232
RGB
CMYK
RGB Variations
Color information
#AFD232 (or 0xAFD232) is known color: Fuego. HEX triplet: AF, D2 and 32. RGB value is (175,210,50). Sum of RGB (Red+Green+Blue) = 175+210+50=435 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.23% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD232 is #502DCD. Grayscale: #B5B5B5. Windows color (decimal): -5254606 or 3330735. OLE color: 3330735.
HSL color Cylindrical-coordinate representation of color #AFD232: hue angle of 73.12º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFD232 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 50 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.18 |
| HSL | 73.13º | 0.64% | 0.51% | - |
| HSV(B) | 73.13º | 0.76% | 0.82% | - |
| XYZ | 41.3 | 55.44 | 11.54 | - |
| YUV | 181.3 | 53.9 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 50 | 0.17 | 0 | 0.76 | 0.18 | 73.13 | 0.64 | 0.51 |
| Hex | AF | D2 | 32 | 11 | 0 | 4C | 12 | 49 | 40 | 33 |
| Octal | 257 | 322 | 62 | 21 | 0 | 114 | 22 | 111 | 100 | 63 |
| Binary | 10101111 | 11010010 | 110010 | 10001 | 0 | 1001100 | 10010 | 1001001 | 1000000 | 110011 |
Color Harmonies of #AFD232
Complementary color
Monochromatic Colors of #AFD232
Black with #AFD232
Text Example
Text Example
White with #AFD232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD232; }
p { color: rgb(175,210,50); }
H1.HeaderClassName
{
color: #AFD232;
}
.AnyTagClassName
{
color: #AFD232;
}
</style>
background-color css
<style>
a { background-color: #AFD232; }
a { background-color: rgb(175,210,50); }
div.DivClassName
{
background-color: #AFD232;
}
.BgClassName
{
background-color: #AFD232;
}
</style>
border-color css
<style>
span { border-color: #AFD232; }
span { border-color: rgb(175,210,50); }
td.TdClassName
{
border-color: #AFD232;
}
.TagClassName
{
border-color: #AFD232;
}
</style>