Shades of Fuego #AFE032
Tints of Fuego #AFE032
RGB
CMYK
RGB Variations
Color information
#AFE032 (or 0xAFE032) is known color: Fuego. HEX triplet: AF, E0 and 32. RGB value is (175,224,50). Sum of RGB (Red+Green+Blue) = 175+224+50=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 224 (87.89% from 255 or 49.89% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE032 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE032 is #501FCD. Grayscale: #BEBEBE. Windows color (decimal): -5251022 or 3334319. OLE color: 3334319.
HSL color Cylindrical-coordinate representation of color #AFE032: hue angle of 76.9º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFE032 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 50 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.12 |
| HSL | 76.9º | 0.74% | 0.54% | - |
| HSV(B) | 76.9º | 0.78% | 0.88% | - |
| XYZ | 44.91 | 62.66 | 12.74 | - |
| YUV | 189.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 50 | 0.22 | 0 | 0.78 | 0.12 | 76.9 | 0.74 | 0.54 |
| Hex | AF | E0 | 32 | 16 | 0 | 4E | C | 4D | 4A | 36 |
| Octal | 257 | 340 | 62 | 26 | 0 | 116 | 14 | 115 | 112 | 66 |
| Binary | 10101111 | 11100000 | 110010 | 10110 | 0 | 1001110 | 1100 | 1001101 | 1001010 | 110110 |
Color Harmonies of #AFE032
Complementary color
Monochromatic Colors of #AFE032
Black with #AFE032
Text Example
Text Example
White with #AFE032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE032; }
p { color: rgb(175,224,50); }
H1.HeaderClassName
{
color: #AFE032;
}
.AnyTagClassName
{
color: #AFE032;
}
</style>
background-color css
<style>
a { background-color: #AFE032; }
a { background-color: rgb(175,224,50); }
div.DivClassName
{
background-color: #AFE032;
}
.BgClassName
{
background-color: #AFE032;
}
</style>
border-color css
<style>
span { border-color: #AFE032; }
span { border-color: rgb(175,224,50); }
td.TdClassName
{
border-color: #AFE032;
}
.TagClassName
{
border-color: #AFE032;
}
</style>