Shades of Fuego #AFDC2A
Tints of Fuego #AFDC2A
RGB
CMYK
RGB Variations
Color information
#AFDC2A (or 0xAFDC2A) is known color: Fuego. HEX triplet: AF, DC and 2A. RGB value is (175,220,42). Sum of RGB (Red+Green+Blue) = 175+220+42=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 220 (86.33% from 255 or 50.34% from 437); Blue value is 42 (16.80% from 255 or 9.61% from 437); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC2A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC2A is #5023D5. Grayscale: #BABABA. Windows color (decimal): -5252054 or 2809007. OLE color: 2809007.
HSL color Cylindrical-coordinate representation of color #AFDC2A: hue angle of 75.17º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AFDC2A is Cyan = 0.20, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 42 | - |
| CMYK | 0.20 | 0 | 0.81 | 0.14 |
| HSL | 75.17º | 0.72% | 0.51% | - |
| HSV(B) | 75.17º | 0.81% | 0.86% | - |
| XYZ | 43.69 | 60.47 | 11.56 | - |
| YUV | 186.25 | 46.59 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 42 | 0.20 | 0 | 0.81 | 0.14 | 75.17 | 0.72 | 0.51 |
| Hex | AF | DC | 2A | 14 | 0 | 51 | E | 4B | 48 | 33 |
| Octal | 257 | 334 | 52 | 24 | 0 | 121 | 16 | 113 | 110 | 63 |
| Binary | 10101111 | 11011100 | 101010 | 10100 | 0 | 1010001 | 1110 | 1001011 | 1001000 | 110011 |
Color Harmonies of #AFDC2A
Complementary color
Monochromatic Colors of #AFDC2A
Black with #AFDC2A
Text Example
Text Example
White with #AFDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC2A; }
p { color: rgb(175,220,42); }
H1.HeaderClassName
{
color: #AFDC2A;
}
.AnyTagClassName
{
color: #AFDC2A;
}
</style>
background-color css
<style>
a { background-color: #AFDC2A; }
a { background-color: rgb(175,220,42); }
div.DivClassName
{
background-color: #AFDC2A;
}
.BgClassName
{
background-color: #AFDC2A;
}
</style>
border-color css
<style>
span { border-color: #AFDC2A; }
span { border-color: rgb(175,220,42); }
td.TdClassName
{
border-color: #AFDC2A;
}
.TagClassName
{
border-color: #AFDC2A;
}
</style>