Shades of Fuego #AFDB2C
Tints of Fuego #AFDB2C
RGB
CMYK
RGB Variations
Color information
#AFDB2C (or 0xAFDB2C) is known color: Fuego. HEX triplet: AF, DB and 2C. RGB value is (175,219,44). Sum of RGB (Red+Green+Blue) = 175+219+44=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 219 (85.94% from 255 or 50% from 438); Blue value is 44 (17.58% from 255 or 10.05% from 438); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB2C is #5024D3. Grayscale: #BABABA. Windows color (decimal): -5252308 or 2939823. OLE color: 2939823.
HSL color Cylindrical-coordinate representation of color #AFDB2C: hue angle of 75.09º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFDB2C is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 44 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.14 |
| HSL | 75.09º | 0.71% | 0.52% | - |
| HSV(B) | 75.09º | 0.8% | 0.86% | - |
| XYZ | 43.47 | 59.96 | 11.67 | - |
| YUV | 185.89 | 47.92 | 120.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 44 | 0.20 | 0 | 0.80 | 0.14 | 75.09 | 0.71 | 0.52 |
| Hex | AF | DB | 2C | 14 | 0 | 50 | E | 4B | 47 | 34 |
| Octal | 257 | 333 | 54 | 24 | 0 | 120 | 16 | 113 | 107 | 64 |
| Binary | 10101111 | 11011011 | 101100 | 10100 | 0 | 1010000 | 1110 | 1001011 | 1000111 | 110100 |
Color Harmonies of #AFDB2C
Complementary color
Monochromatic Colors of #AFDB2C
Black with #AFDB2C
Text Example
Text Example
White with #AFDB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB2C; }
p { color: rgb(175,219,44); }
H1.HeaderClassName
{
color: #AFDB2C;
}
.AnyTagClassName
{
color: #AFDB2C;
}
</style>
background-color css
<style>
a { background-color: #AFDB2C; }
a { background-color: rgb(175,219,44); }
div.DivClassName
{
background-color: #AFDB2C;
}
.BgClassName
{
background-color: #AFDB2C;
}
</style>
border-color css
<style>
span { border-color: #AFDB2C; }
span { border-color: rgb(175,219,44); }
td.TdClassName
{
border-color: #AFDB2C;
}
.TagClassName
{
border-color: #AFDB2C;
}
</style>