Shades of Fuego #AED331
Tints of Fuego #AED331
RGB
CMYK
RGB Variations
Color information
#AED331 (or 0xAED331) is known color: Fuego. HEX triplet: AE, D3 and 31. RGB value is (174,211,49). Sum of RGB (Red+Green+Blue) = 174+211+49=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #AED331 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED331 is #512CCE. Grayscale: #B6B6B6. Windows color (decimal): -5319887 or 3265454. OLE color: 3265454.
HSL color Cylindrical-coordinate representation of color #AED331: hue angle of 73.7º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AED331 is Cyan = 0.18, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 49 | - |
| CMYK | 0.18 | 0 | 0.77 | 0.17 |
| HSL | 73.7º | 0.65% | 0.51% | - |
| HSV(B) | 73.7º | 0.77% | 0.83% | - |
| XYZ | 41.3 | 55.81 | 11.5 | - |
| YUV | 181.47 | 53.24 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 49 | 0.18 | 0 | 0.77 | 0.17 | 73.7 | 0.65 | 0.51 |
| Hex | AE | D3 | 31 | 12 | 0 | 4D | 11 | 4A | 41 | 33 |
| Octal | 256 | 323 | 61 | 22 | 0 | 115 | 21 | 112 | 101 | 63 |
| Binary | 10101110 | 11010011 | 110001 | 10010 | 0 | 1001101 | 10001 | 1001010 | 1000001 | 110011 |
Color Harmonies of #AED331
Complementary color
Monochromatic Colors of #AED331
Black with #AED331
Text Example
Text Example
White with #AED331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED331; }
p { color: rgb(174,211,49); }
H1.HeaderClassName
{
color: #AED331;
}
.AnyTagClassName
{
color: #AED331;
}
</style>
background-color css
<style>
a { background-color: #AED331; }
a { background-color: rgb(174,211,49); }
div.DivClassName
{
background-color: #AED331;
}
.BgClassName
{
background-color: #AED331;
}
</style>
border-color css
<style>
span { border-color: #AED331; }
span { border-color: rgb(174,211,49); }
td.TdClassName
{
border-color: #AED331;
}
.TagClassName
{
border-color: #AED331;
}
</style>