Shades of Fuego #AFE12D
Tints of Fuego #AFE12D
RGB
CMYK
RGB Variations
Color information
#AFE12D (or 0xAFE12D) is known color: Fuego. HEX triplet: AF, E1 and 2D. RGB value is (175,225,45). Sum of RGB (Red+Green+Blue) = 175+225+45=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 225 (88.28% from 255 or 50.56% from 445); Blue value is 45 (17.97% from 255 or 10.11% from 445); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE12D is #501ED2. Grayscale: #BEBEBE. Windows color (decimal): -5250771 or 3006895. OLE color: 3006895.
HSL color Cylindrical-coordinate representation of color #AFE12D: hue angle of 76.67º degrees, saturation: 0.75, 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 #AFE12D is Cyan = 0.22, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 45 | - |
| CMYK | 0.22 | 0 | 0.8 | 0.12 |
| HSL | 76.67º | 0.75% | 0.53% | - |
| HSV(B) | 76.67º | 0.8% | 0.88% | - |
| XYZ | 45.08 | 63.15 | 12.3 | - |
| YUV | 189.53 | 46.44 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 45 | 0.22 | 0 | 0.8 | 0.12 | 76.67 | 0.75 | 0.53 |
| Hex | AF | E1 | 2D | 16 | 0 | 50 | C | 4D | 4B | 35 |
| Octal | 257 | 341 | 55 | 26 | 0 | 120 | 14 | 115 | 113 | 65 |
| Binary | 10101111 | 11100001 | 101101 | 10110 | 0 | 1010000 | 1100 | 1001101 | 1001011 | 110101 |
Color Harmonies of #AFE12D
Complementary color
Monochromatic Colors of #AFE12D
Black with #AFE12D
Text Example
Text Example
White with #AFE12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE12D; }
p { color: rgb(175,225,45); }
H1.HeaderClassName
{
color: #AFE12D;
}
.AnyTagClassName
{
color: #AFE12D;
}
</style>
background-color css
<style>
a { background-color: #AFE12D; }
a { background-color: rgb(175,225,45); }
div.DivClassName
{
background-color: #AFE12D;
}
.BgClassName
{
background-color: #AFE12D;
}
</style>
border-color css
<style>
span { border-color: #AFE12D; }
span { border-color: rgb(175,225,45); }
td.TdClassName
{
border-color: #AFE12D;
}
.TagClassName
{
border-color: #AFE12D;
}
</style>