Shades of Fuego #AED32F
Tints of Fuego #AED32F
RGB
CMYK
RGB Variations
Color information
#AED32F (or 0xAED32F) is known color: Fuego. HEX triplet: AE, D3 and 2F. RGB value is (174,211,47). Sum of RGB (Red+Green+Blue) = 174+211+47=432 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.28% from 432); Green value is 211 (82.81% from 255 or 48.84% from 432); Blue value is 47 (18.75% from 255 or 10.88% from 432); Max value from RGB is 211 - color contains mainly: green. Hex color #AED32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED32F is #512CD0. Grayscale: #B5B5B5. Windows color (decimal): -5319889 or 3134382. OLE color: 3134382.
HSL color Cylindrical-coordinate representation of color #AED32F: hue angle of 73.54º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AED32F is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 174 | 211 | 47 | - |
| CMYK | 0.18 | 0 | 0.78 | 0.17 |
| HSL | 73.54º | 0.65% | 0.51% | - |
| HSV(B) | 73.54º | 0.78% | 0.83% | - |
| XYZ | 41.26 | 55.79 | 11.28 | - |
| YUV | 181.24 | 52.24 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 211 | 47 | 0.18 | 0 | 0.78 | 0.17 | 73.54 | 0.65 | 0.51 |
| Hex | AE | D3 | 2F | 12 | 0 | 4E | 11 | 4A | 41 | 33 |
| Octal | 256 | 323 | 57 | 22 | 0 | 116 | 21 | 112 | 101 | 63 |
| Binary | 10101110 | 11010011 | 101111 | 10010 | 0 | 1001110 | 10001 | 1001010 | 1000001 | 110011 |
Color Harmonies of #AED32F
Complementary color
Monochromatic Colors of #AED32F
Black with #AED32F
Text Example
Text Example
White with #AED32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AED32F; }
p { color: rgb(174,211,47); }
H1.HeaderClassName
{
color: #AED32F;
}
.AnyTagClassName
{
color: #AED32F;
}
</style>
background-color css
<style>
a { background-color: #AED32F; }
a { background-color: rgb(174,211,47); }
div.DivClassName
{
background-color: #AED32F;
}
.BgClassName
{
background-color: #AED32F;
}
</style>
border-color css
<style>
span { border-color: #AED32F; }
span { border-color: rgb(174,211,47); }
td.TdClassName
{
border-color: #AED32F;
}
.TagClassName
{
border-color: #AED32F;
}
</style>