Shades of Fuego #AFDC31
Tints of Fuego #AFDC31
RGB
CMYK
RGB Variations
Color information
#AFDC31 (or 0xAFDC31) is known color: Fuego. HEX triplet: AF, DC and 31. RGB value is (175,220,49). Sum of RGB (Red+Green+Blue) = 175+220+49=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC31 is #5023CE. Grayscale: #BBBBBB. Windows color (decimal): -5252047 or 3267759. OLE color: 3267759.
HSL color Cylindrical-coordinate representation of color #AFDC31: hue angle of 75.79º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AFDC31 is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 49 | - |
| CMYK | 0.20 | 0 | 0.78 | 0.14 |
| HSL | 75.79º | 0.71% | 0.53% | - |
| HSV(B) | 75.79º | 0.78% | 0.86% | - |
| XYZ | 43.83 | 60.52 | 12.28 | - |
| YUV | 187.05 | 50.09 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 49 | 0.20 | 0 | 0.78 | 0.14 | 75.79 | 0.71 | 0.53 |
| Hex | AF | DC | 31 | 14 | 0 | 4E | E | 4C | 47 | 35 |
| Octal | 257 | 334 | 61 | 24 | 0 | 116 | 16 | 114 | 107 | 65 |
| Binary | 10101111 | 11011100 | 110001 | 10100 | 0 | 1001110 | 1110 | 1001100 | 1000111 | 110101 |
Color Harmonies of #AFDC31
Complementary color
Monochromatic Colors of #AFDC31
Black with #AFDC31
Text Example
Text Example
White with #AFDC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC31; }
p { color: rgb(175,220,49); }
H1.HeaderClassName
{
color: #AFDC31;
}
.AnyTagClassName
{
color: #AFDC31;
}
</style>
background-color css
<style>
a { background-color: #AFDC31; }
a { background-color: rgb(175,220,49); }
div.DivClassName
{
background-color: #AFDC31;
}
.BgClassName
{
background-color: #AFDC31;
}
</style>
border-color css
<style>
span { border-color: #AFDC31; }
span { border-color: rgb(175,220,49); }
td.TdClassName
{
border-color: #AFDC31;
}
.TagClassName
{
border-color: #AFDC31;
}
</style>