Shades of Fuego #AFD22C
Tints of Fuego #AFD22C
RGB
CMYK
RGB Variations
Color information
#AFD22C (or 0xAFD22C) is known color: Fuego. HEX triplet: AF, D2 and 2C. RGB value is (175,210,44). Sum of RGB (Red+Green+Blue) = 175+210+44=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 210 (82.42% from 255 or 48.95% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD22C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD22C is #502DD3. Grayscale: #B5B5B5. Windows color (decimal): -5254612 or 2937519. OLE color: 2937519.
HSL color Cylindrical-coordinate representation of color #AFD22C: hue angle of 72.65º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFD22C is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 44 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.18 |
| HSL | 72.65º | 0.65% | 0.5% | - |
| HSV(B) | 72.65º | 0.79% | 0.82% | - |
| XYZ | 41.18 | 55.39 | 10.9 | - |
| YUV | 180.61 | 50.9 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 44 | 0.17 | 0 | 0.79 | 0.18 | 72.65 | 0.65 | 0.5 |
| Hex | AF | D2 | 2C | 11 | 0 | 4F | 12 | 49 | 41 | 32 |
| Octal | 257 | 322 | 54 | 21 | 0 | 117 | 22 | 111 | 101 | 62 |
| Binary | 10101111 | 11010010 | 101100 | 10001 | 0 | 1001111 | 10010 | 1001001 | 1000001 | 110010 |
Color Harmonies of #AFD22C
Complementary color
Monochromatic Colors of #AFD22C
Black with #AFD22C
Text Example
Text Example
White with #AFD22C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD22C; }
p { color: rgb(175,210,44); }
H1.HeaderClassName
{
color: #AFD22C;
}
.AnyTagClassName
{
color: #AFD22C;
}
</style>
background-color css
<style>
a { background-color: #AFD22C; }
a { background-color: rgb(175,210,44); }
div.DivClassName
{
background-color: #AFD22C;
}
.BgClassName
{
background-color: #AFD22C;
}
</style>
border-color css
<style>
span { border-color: #AFD22C; }
span { border-color: rgb(175,210,44); }
td.TdClassName
{
border-color: #AFD22C;
}
.TagClassName
{
border-color: #AFD22C;
}
</style>