Shades of Fuego #AFE32F
Tints of Fuego #AFE32F
RGB
CMYK
RGB Variations
Color information
#AFE32F (or 0xAFE32F) is known color: Fuego. HEX triplet: AF, E3 and 2F. RGB value is (175,227,47). Sum of RGB (Red+Green+Blue) = 175+227+47=449 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.98% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 47 (18.75% from 255 or 10.47% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE32F is #501CD0. Grayscale: #BFBFBF. Windows color (decimal): -5250257 or 3138479. OLE color: 3138479.
HSL color Cylindrical-coordinate representation of color #AFE32F: hue angle of 77.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE32F is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 47 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.11 |
| HSL | 77.33º | 0.76% | 0.54% | - |
| HSV(B) | 77.33º | 0.79% | 0.89% | - |
| XYZ | 45.66 | 64.26 | 12.69 | - |
| YUV | 190.93 | 46.77 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 47 | 0.23 | 0 | 0.79 | 0.11 | 77.33 | 0.76 | 0.54 |
| Hex | AF | E3 | 2F | 17 | 0 | 4F | B | 4D | 4C | 36 |
| Octal | 257 | 343 | 57 | 27 | 0 | 117 | 13 | 115 | 114 | 66 |
| Binary | 10101111 | 11100011 | 101111 | 10111 | 0 | 1001111 | 1011 | 1001101 | 1001100 | 110110 |
Color Harmonies of #AFE32F
Complementary color
Monochromatic Colors of #AFE32F
Black with #AFE32F
Text Example
Text Example
White with #AFE32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE32F; }
p { color: rgb(175,227,47); }
H1.HeaderClassName
{
color: #AFE32F;
}
.AnyTagClassName
{
color: #AFE32F;
}
</style>
background-color css
<style>
a { background-color: #AFE32F; }
a { background-color: rgb(175,227,47); }
div.DivClassName
{
background-color: #AFE32F;
}
.BgClassName
{
background-color: #AFE32F;
}
</style>
border-color css
<style>
span { border-color: #AFE32F; }
span { border-color: rgb(175,227,47); }
td.TdClassName
{
border-color: #AFE32F;
}
.TagClassName
{
border-color: #AFE32F;
}
</style>