Shades of Fuego #AFDE2D
Tints of Fuego #AFDE2D
RGB
CMYK
RGB Variations
Color information
#AFDE2D (or 0xAFDE2D) is known color: Fuego. HEX triplet: AF, DE and 2D. RGB value is (175,222,45). Sum of RGB (Red+Green+Blue) = 175+222+45=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 222 (87.11% from 255 or 50.23% from 442); Blue value is 45 (17.97% from 255 or 10.18% from 442); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDE2D is #5021D2. Grayscale: #BCBCBC. Windows color (decimal): -5251539 or 3006127. OLE color: 3006127.
HSL color Cylindrical-coordinate representation of color #AFDE2D: hue angle of 75.93º 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 #AFDE2D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 45 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.13 |
| HSL | 75.93º | 0.73% | 0.52% | - |
| HSV(B) | 75.93º | 0.8% | 0.87% | - |
| XYZ | 44.27 | 61.55 | 12.03 | - |
| YUV | 187.77 | 47.43 | 118.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 45 | 0.21 | 0 | 0.80 | 0.13 | 75.93 | 0.73 | 0.52 |
| Hex | AF | DE | 2D | 15 | 0 | 50 | D | 4C | 49 | 34 |
| Octal | 257 | 336 | 55 | 25 | 0 | 120 | 15 | 114 | 111 | 64 |
| Binary | 10101111 | 11011110 | 101101 | 10101 | 0 | 1010000 | 1101 | 1001100 | 1001001 | 110100 |
Color Harmonies of #AFDE2D
Complementary color
Monochromatic Colors of #AFDE2D
Black with #AFDE2D
Text Example
Text Example
White with #AFDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE2D; }
p { color: rgb(175,222,45); }
H1.HeaderClassName
{
color: #AFDE2D;
}
.AnyTagClassName
{
color: #AFDE2D;
}
</style>
background-color css
<style>
a { background-color: #AFDE2D; }
a { background-color: rgb(175,222,45); }
div.DivClassName
{
background-color: #AFDE2D;
}
.BgClassName
{
background-color: #AFDE2D;
}
</style>
border-color css
<style>
span { border-color: #AFDE2D; }
span { border-color: rgb(175,222,45); }
td.TdClassName
{
border-color: #AFDE2D;
}
.TagClassName
{
border-color: #AFDE2D;
}
</style>