Shades of Fuego #AFD42D
Tints of Fuego #AFD42D
RGB
CMYK
RGB Variations
Color information
#AFD42D (or 0xAFD42D) is known color: Fuego. HEX triplet: AF, D4 and 2D. RGB value is (175,212,45). Sum of RGB (Red+Green+Blue) = 175+212+45=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 212 (83.20% from 255 or 49.07% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD42D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD42D is #502BD2. Grayscale: #B6B6B6. Windows color (decimal): -5254099 or 3003567. OLE color: 3003567.
HSL color Cylindrical-coordinate representation of color #AFD42D: hue angle of 73.29º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFD42D is Cyan = 0.17, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 212 | 45 | - |
| CMYK | 0.17 | 0 | 0.79 | 0.17 |
| HSL | 73.29º | 0.66% | 0.5% | - |
| HSV(B) | 73.29º | 0.79% | 0.83% | - |
| XYZ | 41.7 | 56.39 | 11.17 | - |
| YUV | 181.9 | 50.74 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 212 | 45 | 0.17 | 0 | 0.79 | 0.17 | 73.29 | 0.66 | 0.5 |
| Hex | AF | D4 | 2D | 11 | 0 | 4F | 11 | 49 | 42 | 32 |
| Octal | 257 | 324 | 55 | 21 | 0 | 117 | 21 | 111 | 102 | 62 |
| Binary | 10101111 | 11010100 | 101101 | 10001 | 0 | 1001111 | 10001 | 1001001 | 1000010 | 110010 |
Color Harmonies of #AFD42D
Complementary color
Monochromatic Colors of #AFD42D
Black with #AFD42D
Text Example
Text Example
White with #AFD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD42D; }
p { color: rgb(175,212,45); }
H1.HeaderClassName
{
color: #AFD42D;
}
.AnyTagClassName
{
color: #AFD42D;
}
</style>
background-color css
<style>
a { background-color: #AFD42D; }
a { background-color: rgb(175,212,45); }
div.DivClassName
{
background-color: #AFD42D;
}
.BgClassName
{
background-color: #AFD42D;
}
</style>
border-color css
<style>
span { border-color: #AFD42D; }
span { border-color: rgb(175,212,45); }
td.TdClassName
{
border-color: #AFD42D;
}
.TagClassName
{
border-color: #AFD42D;
}
</style>