Shades of Fuego #AFDB2E
Tints of Fuego #AFDB2E
RGB
CMYK
RGB Variations
Color information
#AFDB2E (or 0xAFDB2E) is known color: Fuego. HEX triplet: AF, DB and 2E. RGB value is (175,219,46). Sum of RGB (Red+Green+Blue) = 175+219+46=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 219 (85.94% from 255 or 49.77% from 440); Blue value is 46 (18.36% from 255 or 10.45% from 440); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB2E is #5024D1. Grayscale: #BABABA. Windows color (decimal): -5252306 or 3070895. OLE color: 3070895.
HSL color Cylindrical-coordinate representation of color #AFDB2E: hue angle of 75.26º 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 #AFDB2E is Cyan = 0.20, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 46 | - |
| CMYK | 0.20 | 0 | 0.79 | 0.14 |
| HSL | 75.26º | 0.71% | 0.52% | - |
| HSV(B) | 75.26º | 0.79% | 0.86% | - |
| XYZ | 43.5 | 59.97 | 11.87 | - |
| YUV | 186.12 | 48.92 | 120.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 46 | 0.20 | 0 | 0.79 | 0.14 | 75.26 | 0.71 | 0.52 |
| Hex | AF | DB | 2E | 14 | 0 | 4F | E | 4B | 47 | 34 |
| Octal | 257 | 333 | 56 | 24 | 0 | 117 | 16 | 113 | 107 | 64 |
| Binary | 10101111 | 11011011 | 101110 | 10100 | 0 | 1001111 | 1110 | 1001011 | 1000111 | 110100 |
Color Harmonies of #AFDB2E
Complementary color
Monochromatic Colors of #AFDB2E
Black with #AFDB2E
Text Example
Text Example
White with #AFDB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB2E; }
p { color: rgb(175,219,46); }
H1.HeaderClassName
{
color: #AFDB2E;
}
.AnyTagClassName
{
color: #AFDB2E;
}
</style>
background-color css
<style>
a { background-color: #AFDB2E; }
a { background-color: rgb(175,219,46); }
div.DivClassName
{
background-color: #AFDB2E;
}
.BgClassName
{
background-color: #AFDB2E;
}
</style>
border-color css
<style>
span { border-color: #AFDB2E; }
span { border-color: rgb(175,219,46); }
td.TdClassName
{
border-color: #AFDB2E;
}
.TagClassName
{
border-color: #AFDB2E;
}
</style>