Shades of Fuego #AFDC2F
Tints of Fuego #AFDC2F
RGB
CMYK
RGB Variations
Color information
#AFDC2F (or 0xAFDC2F) is known color: Fuego. HEX triplet: AF, DC and 2F. RGB value is (175,220,47). Sum of RGB (Red+Green+Blue) = 175+220+47=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 47 (18.75% from 255 or 10.63% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDC2F is #5023D0. Grayscale: #BBBBBB. Windows color (decimal): -5252049 or 3136687. OLE color: 3136687.
HSL color Cylindrical-coordinate representation of color #AFDC2F: hue angle of 75.61º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFDC2F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 47 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.14 |
| HSL | 75.61º | 0.71% | 0.52% | - |
| HSV(B) | 75.61º | 0.79% | 0.86% | - |
| XYZ | 43.79 | 60.51 | 12.06 | - |
| YUV | 186.82 | 49.09 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 47 | 0.20 | 0 | 0.79 | 0.14 | 75.61 | 0.71 | 0.52 |
| Hex | AF | DC | 2F | 14 | 0 | 4F | E | 4C | 47 | 34 |
| Octal | 257 | 334 | 57 | 24 | 0 | 117 | 16 | 114 | 107 | 64 |
| Binary | 10101111 | 11011100 | 101111 | 10100 | 0 | 1001111 | 1110 | 1001100 | 1000111 | 110100 |
Color Harmonies of #AFDC2F
Complementary color
Monochromatic Colors of #AFDC2F
Black with #AFDC2F
Text Example
Text Example
White with #AFDC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC2F; }
p { color: rgb(175,220,47); }
H1.HeaderClassName
{
color: #AFDC2F;
}
.AnyTagClassName
{
color: #AFDC2F;
}
</style>
background-color css
<style>
a { background-color: #AFDC2F; }
a { background-color: rgb(175,220,47); }
div.DivClassName
{
background-color: #AFDC2F;
}
.BgClassName
{
background-color: #AFDC2F;
}
</style>
border-color css
<style>
span { border-color: #AFDC2F; }
span { border-color: rgb(175,220,47); }
td.TdClassName
{
border-color: #AFDC2F;
}
.TagClassName
{
border-color: #AFDC2F;
}
</style>