Shades of Fuego #AFD42C
Tints of Fuego #AFD42C
RGB
CMYK
RGB Variations
Color information
#AFD42C (or 0xAFD42C) is known color: Fuego. HEX triplet: AF, D4 and 2C. RGB value is (175,212,44). Sum of RGB (Red+Green+Blue) = 175+212+44=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 212 (83.20% from 255 or 49.19% from 431); Blue value is 44 (17.58% from 255 or 10.21% from 431); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD42C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD42C is #502BD3. Grayscale: #B6B6B6. Windows color (decimal): -5254100 or 2938031. OLE color: 2938031.
HSL color Cylindrical-coordinate representation of color #AFD42C: hue angle of 73.21º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFD42C is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 44 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.17 |
| HSL | 73.21º | 0.66% | 0.5% | - |
| HSV(B) | 73.21º | 0.79% | 0.83% | - |
| XYZ | 41.68 | 56.38 | 11.07 | - |
| YUV | 181.79 | 50.24 | 123.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 44 | 0.17 | 0 | 0.79 | 0.17 | 73.21 | 0.66 | 0.5 |
| Hex | AF | D4 | 2C | 11 | 0 | 4F | 11 | 49 | 42 | 32 |
| Octal | 257 | 324 | 54 | 21 | 0 | 117 | 21 | 111 | 102 | 62 |
| Binary | 10101111 | 11010100 | 101100 | 10001 | 0 | 1001111 | 10001 | 1001001 | 1000010 | 110010 |
Color Harmonies of #AFD42C
Complementary color
Monochromatic Colors of #AFD42C
Black with #AFD42C
Text Example
Text Example
White with #AFD42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD42C; }
p { color: rgb(175,212,44); }
H1.HeaderClassName
{
color: #AFD42C;
}
.AnyTagClassName
{
color: #AFD42C;
}
</style>
background-color css
<style>
a { background-color: #AFD42C; }
a { background-color: rgb(175,212,44); }
div.DivClassName
{
background-color: #AFD42C;
}
.BgClassName
{
background-color: #AFD42C;
}
</style>
border-color css
<style>
span { border-color: #AFD42C; }
span { border-color: rgb(175,212,44); }
td.TdClassName
{
border-color: #AFD42C;
}
.TagClassName
{
border-color: #AFD42C;
}
</style>