Shades of Fuego #AFE02D
Tints of Fuego #AFE02D
RGB
CMYK
RGB Variations
Color information
#AFE02D (or 0xAFE02D) is known color: Fuego. HEX triplet: AF, E0 and 2D. RGB value is (175,224,45). Sum of RGB (Red+Green+Blue) = 175+224+45=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 224 (87.89% from 255 or 50.45% from 444); Blue value is 45 (17.97% from 255 or 10.14% from 444); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE02D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE02D is #501FD2. Grayscale: #BDBDBD. Windows color (decimal): -5251027 or 3006639. OLE color: 3006639.
HSL color Cylindrical-coordinate representation of color #AFE02D: hue angle of 76.42º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFE02D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 45 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.12 |
| HSL | 76.42º | 0.74% | 0.53% | - |
| HSV(B) | 76.42º | 0.8% | 0.88% | - |
| XYZ | 44.81 | 62.61 | 12.21 | - |
| YUV | 188.94 | 46.77 | 118.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 45 | 0.22 | 0 | 0.80 | 0.12 | 76.42 | 0.74 | 0.53 |
| Hex | AF | E0 | 2D | 16 | 0 | 50 | C | 4C | 4A | 35 |
| Octal | 257 | 340 | 55 | 26 | 0 | 120 | 14 | 114 | 112 | 65 |
| Binary | 10101111 | 11100000 | 101101 | 10110 | 0 | 1010000 | 1100 | 1001100 | 1001010 | 110101 |
Color Harmonies of #AFE02D
Complementary color
Monochromatic Colors of #AFE02D
Black with #AFE02D
Text Example
Text Example
White with #AFE02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE02D; }
p { color: rgb(175,224,45); }
H1.HeaderClassName
{
color: #AFE02D;
}
.AnyTagClassName
{
color: #AFE02D;
}
</style>
background-color css
<style>
a { background-color: #AFE02D; }
a { background-color: rgb(175,224,45); }
div.DivClassName
{
background-color: #AFE02D;
}
.BgClassName
{
background-color: #AFE02D;
}
</style>
border-color css
<style>
span { border-color: #AFE02D; }
span { border-color: rgb(175,224,45); }
td.TdClassName
{
border-color: #AFE02D;
}
.TagClassName
{
border-color: #AFE02D;
}
</style>