Shades of Fuego #AFE033
Tints of Fuego #AFE033
RGB
CMYK
RGB Variations
Color information
#AFE033 (or 0xAFE033) is known color: Fuego. HEX triplet: AF, E0 and 33. RGB value is (175,224,51). Sum of RGB (Red+Green+Blue) = 175+224+51=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 224 (87.89% from 255 or 49.78% from 450); Blue value is 51 (20.31% from 255 or 11.33% from 450); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE033 is #501FCC. Grayscale: #BEBEBE. Windows color (decimal): -5251021 or 3399855. OLE color: 3399855.
HSL color Cylindrical-coordinate representation of color #AFE033: hue angle of 76.99º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFE033 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 51 | - |
| CMYK | 0.22 | 0 | 0.77 | 0.12 |
| HSL | 76.99º | 0.74% | 0.54% | - |
| HSV(B) | 76.99º | 0.77% | 0.88% | - |
| XYZ | 44.93 | 62.66 | 12.86 | - |
| YUV | 189.63 | 49.77 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 51 | 0.22 | 0 | 0.77 | 0.12 | 76.99 | 0.74 | 0.54 |
| Hex | AF | E0 | 33 | 16 | 0 | 4D | C | 4D | 4A | 36 |
| Octal | 257 | 340 | 63 | 26 | 0 | 115 | 14 | 115 | 112 | 66 |
| Binary | 10101111 | 11100000 | 110011 | 10110 | 0 | 1001101 | 1100 | 1001101 | 1001010 | 110110 |
Color Harmonies of #AFE033
Complementary color
Monochromatic Colors of #AFE033
Black with #AFE033
Text Example
Text Example
White with #AFE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE033; }
p { color: rgb(175,224,51); }
H1.HeaderClassName
{
color: #AFE033;
}
.AnyTagClassName
{
color: #AFE033;
}
</style>
background-color css
<style>
a { background-color: #AFE033; }
a { background-color: rgb(175,224,51); }
div.DivClassName
{
background-color: #AFE033;
}
.BgClassName
{
background-color: #AFE033;
}
</style>
border-color css
<style>
span { border-color: #AFE033; }
span { border-color: rgb(175,224,51); }
td.TdClassName
{
border-color: #AFE033;
}
.TagClassName
{
border-color: #AFE033;
}
</style>