Shades of Fuego #AFD22D
Tints of Fuego #AFD22D
RGB
CMYK
RGB Variations
Color information
#AFD22D (or 0xAFD22D) is known color: Fuego. HEX triplet: AF, D2 and 2D. RGB value is (175,210,45). Sum of RGB (Red+Green+Blue) = 175+210+45=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 210 (82.42% from 255 or 48.84% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 210 - color contains mainly: green. Hex color #AFD22D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD22D is #502DD2. Grayscale: #B5B5B5. Windows color (decimal): -5254611 or 3003055. OLE color: 3003055.
HSL color Cylindrical-coordinate representation of color #AFD22D: hue angle of 72.73º 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 #AFD22D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 210 | 45 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.18 |
| HSL | 72.73º | 0.65% | 0.5% | - |
| HSV(B) | 72.73º | 0.79% | 0.82% | - |
| XYZ | 41.2 | 55.4 | 11 | - |
| YUV | 180.73 | 51.4 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 210 | 45 | 0.17 | 0 | 0.79 | 0.18 | 72.73 | 0.65 | 0.5 |
| Hex | AF | D2 | 2D | 11 | 0 | 4F | 12 | 49 | 41 | 32 |
| Octal | 257 | 322 | 55 | 21 | 0 | 117 | 22 | 111 | 101 | 62 |
| Binary | 10101111 | 11010010 | 101101 | 10001 | 0 | 1001111 | 10010 | 1001001 | 1000001 | 110010 |
Color Harmonies of #AFD22D
Complementary color
Monochromatic Colors of #AFD22D
Black with #AFD22D
Text Example
Text Example
White with #AFD22D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD22D; }
p { color: rgb(175,210,45); }
H1.HeaderClassName
{
color: #AFD22D;
}
.AnyTagClassName
{
color: #AFD22D;
}
</style>
background-color css
<style>
a { background-color: #AFD22D; }
a { background-color: rgb(175,210,45); }
div.DivClassName
{
background-color: #AFD22D;
}
.BgClassName
{
background-color: #AFD22D;
}
</style>
border-color css
<style>
span { border-color: #AFD22D; }
span { border-color: rgb(175,210,45); }
td.TdClassName
{
border-color: #AFD22D;
}
.TagClassName
{
border-color: #AFD22D;
}
</style>