Shades of Fuego #AFDB2B
Tints of Fuego #AFDB2B
RGB
CMYK
RGB Variations
Color information
#AFDB2B (or 0xAFDB2B) is known color: Fuego. HEX triplet: AF, DB and 2B. RGB value is (175,219,43). Sum of RGB (Red+Green+Blue) = 175+219+43=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 219 (85.94% from 255 or 50.11% from 437); Blue value is 43 (17.19% from 255 or 9.84% from 437); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB2B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB2B is #5024D4. Grayscale: #BABABA. Windows color (decimal): -5252309 or 2874287. OLE color: 2874287.
HSL color Cylindrical-coordinate representation of color #AFDB2B: hue angle of 75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFDB2B is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 43 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.14 |
| HSL | 75º | 0.71% | 0.51% | - |
| HSV(B) | 75º | 0.8% | 0.86% | - |
| XYZ | 43.45 | 59.95 | 11.57 | - |
| YUV | 185.78 | 47.42 | 120.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 43 | 0.20 | 0 | 0.80 | 0.14 | 75 | 0.71 | 0.51 |
| Hex | AF | DB | 2B | 14 | 0 | 50 | E | 4B | 47 | 33 |
| Octal | 257 | 333 | 53 | 24 | 0 | 120 | 16 | 113 | 107 | 63 |
| Binary | 10101111 | 11011011 | 101011 | 10100 | 0 | 1010000 | 1110 | 1001011 | 1000111 | 110011 |
Color Harmonies of #AFDB2B
Complementary color
Monochromatic Colors of #AFDB2B
Black with #AFDB2B
Text Example
Text Example
White with #AFDB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB2B; }
p { color: rgb(175,219,43); }
H1.HeaderClassName
{
color: #AFDB2B;
}
.AnyTagClassName
{
color: #AFDB2B;
}
</style>
background-color css
<style>
a { background-color: #AFDB2B; }
a { background-color: rgb(175,219,43); }
div.DivClassName
{
background-color: #AFDB2B;
}
.BgClassName
{
background-color: #AFDB2B;
}
</style>
border-color css
<style>
span { border-color: #AFDB2B; }
span { border-color: rgb(175,219,43); }
td.TdClassName
{
border-color: #AFDB2B;
}
.TagClassName
{
border-color: #AFDB2B;
}
</style>