Shades of Fuego #AFDB2F
Tints of Fuego #AFDB2F
RGB
CMYK
RGB Variations
Color information
#AFDB2F (or 0xAFDB2F) is known color: Fuego. HEX triplet: AF, DB and 2F. RGB value is (175,219,47). Sum of RGB (Red+Green+Blue) = 175+219+47=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 47 (18.75% from 255 or 10.66% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB2F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB2F is #5024D0. Grayscale: #BABABA. Windows color (decimal): -5252305 or 3136431. OLE color: 3136431.
HSL color Cylindrical-coordinate representation of color #AFDB2F: hue angle of 75.35º degrees, saturation: 0.7, 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 #AFDB2F is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 47 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.14 |
| HSL | 75.35º | 0.7% | 0.52% | - |
| HSV(B) | 75.35º | 0.79% | 0.86% | - |
| XYZ | 43.52 | 59.98 | 11.97 | - |
| YUV | 186.24 | 49.42 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 47 | 0.20 | 0 | 0.79 | 0.14 | 75.35 | 0.7 | 0.52 |
| Hex | AF | DB | 2F | 14 | 0 | 4F | E | 4B | 46 | 34 |
| Octal | 257 | 333 | 57 | 24 | 0 | 117 | 16 | 113 | 106 | 64 |
| Binary | 10101111 | 11011011 | 101111 | 10100 | 0 | 1001111 | 1110 | 1001011 | 1000110 | 110100 |
Color Harmonies of #AFDB2F
Complementary color
Monochromatic Colors of #AFDB2F
Black with #AFDB2F
Text Example
Text Example
White with #AFDB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB2F; }
p { color: rgb(175,219,47); }
H1.HeaderClassName
{
color: #AFDB2F;
}
.AnyTagClassName
{
color: #AFDB2F;
}
</style>
background-color css
<style>
a { background-color: #AFDB2F; }
a { background-color: rgb(175,219,47); }
div.DivClassName
{
background-color: #AFDB2F;
}
.BgClassName
{
background-color: #AFDB2F;
}
</style>
border-color css
<style>
span { border-color: #AFDB2F; }
span { border-color: rgb(175,219,47); }
td.TdClassName
{
border-color: #AFDB2F;
}
.TagClassName
{
border-color: #AFDB2F;
}
</style>