Shades of Fuego #AEDF31
Tints of Fuego #AEDF31
RGB
CMYK
RGB Variations
Color information
#AEDF31 (or 0xAEDF31) is known color: Fuego. HEX triplet: AE, DF and 31. RGB value is (174,223,49). Sum of RGB (Red+Green+Blue) = 174+223+49=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 223 (87.5% from 255 or 50% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 223 - color contains mainly: green. Hex color #AEDF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDF31 is #5120CE. Grayscale: #BDBDBD. Windows color (decimal): -5316815 or 3268526. OLE color: 3268526.
HSL color Cylindrical-coordinate representation of color #AEDF31: hue angle of 76.9º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEDF31 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 223 | 49 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.13 |
| HSL | 76.9º | 0.73% | 0.53% | - |
| HSV(B) | 76.9º | 0.78% | 0.87% | - |
| XYZ | 44.4 | 62 | 12.53 | - |
| YUV | 188.51 | 49.27 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 223 | 49 | 0.22 | 0 | 0.78 | 0.13 | 76.9 | 0.73 | 0.53 |
| Hex | AE | DF | 31 | 16 | 0 | 4E | D | 4D | 49 | 35 |
| Octal | 256 | 337 | 61 | 26 | 0 | 116 | 15 | 115 | 111 | 65 |
| Binary | 10101110 | 11011111 | 110001 | 10110 | 0 | 1001110 | 1101 | 1001101 | 1001001 | 110101 |
Color Harmonies of #AEDF31
Complementary color
Monochromatic Colors of #AEDF31
Black with #AEDF31
Text Example
Text Example
White with #AEDF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDF31; }
p { color: rgb(174,223,49); }
H1.HeaderClassName
{
color: #AEDF31;
}
.AnyTagClassName
{
color: #AEDF31;
}
</style>
background-color css
<style>
a { background-color: #AEDF31; }
a { background-color: rgb(174,223,49); }
div.DivClassName
{
background-color: #AEDF31;
}
.BgClassName
{
background-color: #AEDF31;
}
</style>
border-color css
<style>
span { border-color: #AEDF31; }
span { border-color: rgb(174,223,49); }
td.TdClassName
{
border-color: #AEDF31;
}
.TagClassName
{
border-color: #AEDF31;
}
</style>