Shades of Fuego #AFDF2E
Tints of Fuego #AFDF2E
RGB
CMYK
RGB Variations
Color information
#AFDF2E (or 0xAFDF2E) is known color: Fuego. HEX triplet: AF, DF and 2E. RGB value is (175,223,46). Sum of RGB (Red+Green+Blue) = 175+223+46=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 46 (18.36% from 255 or 10.36% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDF2E is #5020D1. Grayscale: #BDBDBD. Windows color (decimal): -5251282 or 3071919. OLE color: 3071919.
HSL color Cylindrical-coordinate representation of color #AFDF2E: hue angle of 76.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFDF2E is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 46 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.13 |
| HSL | 76.27º | 0.73% | 0.53% | - |
| HSV(B) | 76.27º | 0.79% | 0.87% | - |
| XYZ | 44.56 | 62.09 | 12.22 | - |
| YUV | 188.47 | 47.6 | 118.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 46 | 0.22 | 0 | 0.79 | 0.13 | 76.27 | 0.73 | 0.53 |
| Hex | AF | DF | 2E | 16 | 0 | 4F | D | 4C | 49 | 35 |
| Octal | 257 | 337 | 56 | 26 | 0 | 117 | 15 | 114 | 111 | 65 |
| Binary | 10101111 | 11011111 | 101110 | 10110 | 0 | 1001111 | 1101 | 1001100 | 1001001 | 110101 |
Color Harmonies of #AFDF2E
Complementary color
Monochromatic Colors of #AFDF2E
Black with #AFDF2E
Text Example
Text Example
White with #AFDF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF2E; }
p { color: rgb(175,223,46); }
H1.HeaderClassName
{
color: #AFDF2E;
}
.AnyTagClassName
{
color: #AFDF2E;
}
</style>
background-color css
<style>
a { background-color: #AFDF2E; }
a { background-color: rgb(175,223,46); }
div.DivClassName
{
background-color: #AFDF2E;
}
.BgClassName
{
background-color: #AFDF2E;
}
</style>
border-color css
<style>
span { border-color: #AFDF2E; }
span { border-color: rgb(175,223,46); }
td.TdClassName
{
border-color: #AFDF2E;
}
.TagClassName
{
border-color: #AFDF2E;
}
</style>