Shades of Fuego #AFD32A
Tints of Fuego #AFD32A
RGB
CMYK
RGB Variations
Color information
#AFD32A (or 0xAFD32A) is known color: Fuego. HEX triplet: AF, D3 and 2A. RGB value is (175,211,42). Sum of RGB (Red+Green+Blue) = 175+211+42=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 42 (16.80% from 255 or 9.81% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD32A is #502CD5. Grayscale: #B5B5B5. Windows color (decimal): -5254358 or 2806703. OLE color: 2806703.
HSL color Cylindrical-coordinate representation of color #AFD32A: hue angle of 72.78º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFD32A is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 42 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.17 |
| HSL | 72.78º | 0.67% | 0.5% | - |
| HSV(B) | 72.78º | 0.8% | 0.83% | - |
| XYZ | 41.39 | 55.87 | 10.79 | - |
| YUV | 180.97 | 49.57 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 42 | 0.17 | 0 | 0.80 | 0.17 | 72.78 | 0.67 | 0.5 |
| Hex | AF | D3 | 2A | 11 | 0 | 50 | 11 | 49 | 43 | 32 |
| Octal | 257 | 323 | 52 | 21 | 0 | 120 | 21 | 111 | 103 | 62 |
| Binary | 10101111 | 11010011 | 101010 | 10001 | 0 | 1010000 | 10001 | 1001001 | 1000011 | 110010 |
Color Harmonies of #AFD32A
Complementary color
Monochromatic Colors of #AFD32A
Black with #AFD32A
Text Example
Text Example
White with #AFD32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD32A; }
p { color: rgb(175,211,42); }
H1.HeaderClassName
{
color: #AFD32A;
}
.AnyTagClassName
{
color: #AFD32A;
}
</style>
background-color css
<style>
a { background-color: #AFD32A; }
a { background-color: rgb(175,211,42); }
div.DivClassName
{
background-color: #AFD32A;
}
.BgClassName
{
background-color: #AFD32A;
}
</style>
border-color css
<style>
span { border-color: #AFD32A; }
span { border-color: rgb(175,211,42); }
td.TdClassName
{
border-color: #AFD32A;
}
.TagClassName
{
border-color: #AFD32A;
}
</style>