Shades of Fuego #AFDE2C
Tints of Fuego #AFDE2C
RGB
CMYK
RGB Variations
Color information
#AFDE2C (or 0xAFDE2C) is known color: Fuego. HEX triplet: AF, DE and 2C. RGB value is (175,222,44). Sum of RGB (Red+Green+Blue) = 175+222+44=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 222 (87.11% from 255 or 50.34% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE2C is #5021D3. Grayscale: #BCBCBC. Windows color (decimal): -5251540 or 2940591. OLE color: 2940591.
HSL color Cylindrical-coordinate representation of color #AFDE2C: hue angle of 75.84º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFDE2C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 44 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.13 |
| HSL | 75.84º | 0.73% | 0.52% | - |
| HSV(B) | 75.84º | 0.8% | 0.87% | - |
| XYZ | 44.26 | 61.54 | 11.93 | - |
| YUV | 187.66 | 46.93 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 44 | 0.21 | 0 | 0.80 | 0.13 | 75.84 | 0.73 | 0.52 |
| Hex | AF | DE | 2C | 15 | 0 | 50 | D | 4C | 49 | 34 |
| Octal | 257 | 336 | 54 | 25 | 0 | 120 | 15 | 114 | 111 | 64 |
| Binary | 10101111 | 11011110 | 101100 | 10101 | 0 | 1010000 | 1101 | 1001100 | 1001001 | 110100 |
Color Harmonies of #AFDE2C
Complementary color
Monochromatic Colors of #AFDE2C
Black with #AFDE2C
Text Example
Text Example
White with #AFDE2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE2C; }
p { color: rgb(175,222,44); }
H1.HeaderClassName
{
color: #AFDE2C;
}
.AnyTagClassName
{
color: #AFDE2C;
}
</style>
background-color css
<style>
a { background-color: #AFDE2C; }
a { background-color: rgb(175,222,44); }
div.DivClassName
{
background-color: #AFDE2C;
}
.BgClassName
{
background-color: #AFDE2C;
}
</style>
border-color css
<style>
span { border-color: #AFDE2C; }
span { border-color: rgb(175,222,44); }
td.TdClassName
{
border-color: #AFDE2C;
}
.TagClassName
{
border-color: #AFDE2C;
}
</style>