Shades of Fuego #AFE232
Tints of Fuego #AFE232
RGB
CMYK
RGB Variations
Color information
#AFE232 (or 0xAFE232) is known color: Fuego. HEX triplet: AF, E2 and 32. RGB value is (175,226,50). Sum of RGB (Red+Green+Blue) = 175+226+50=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 226 (88.67% from 255 or 50.11% from 451); Blue value is 50 (19.92% from 255 or 11.09% from 451); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE232 is #501DCD. Grayscale: #BFBFBF. Windows color (decimal): -5250510 or 3334831. OLE color: 3334831.
HSL color Cylindrical-coordinate representation of color #AFE232: hue angle of 77.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFE232 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 50 | - |
| CMYK | 0.23 | 0 | 0.78 | 0.11 |
| HSL | 77.39º | 0.75% | 0.54% | - |
| HSV(B) | 77.39º | 0.78% | 0.89% | - |
| XYZ | 45.45 | 63.74 | 12.92 | - |
| YUV | 190.69 | 48.6 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 50 | 0.23 | 0 | 0.78 | 0.11 | 77.39 | 0.75 | 0.54 |
| Hex | AF | E2 | 32 | 17 | 0 | 4E | B | 4D | 4B | 36 |
| Octal | 257 | 342 | 62 | 27 | 0 | 116 | 13 | 115 | 113 | 66 |
| Binary | 10101111 | 11100010 | 110010 | 10111 | 0 | 1001110 | 1011 | 1001101 | 1001011 | 110110 |
Color Harmonies of #AFE232
Complementary color
Monochromatic Colors of #AFE232
Black with #AFE232
Text Example
Text Example
White with #AFE232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE232; }
p { color: rgb(175,226,50); }
H1.HeaderClassName
{
color: #AFE232;
}
.AnyTagClassName
{
color: #AFE232;
}
</style>
background-color css
<style>
a { background-color: #AFE232; }
a { background-color: rgb(175,226,50); }
div.DivClassName
{
background-color: #AFE232;
}
.BgClassName
{
background-color: #AFE232;
}
</style>
border-color css
<style>
span { border-color: #AFE232; }
span { border-color: rgb(175,226,50); }
td.TdClassName
{
border-color: #AFE232;
}
.TagClassName
{
border-color: #AFE232;
}
</style>