Shades of Fuego #AFDB33
Tints of Fuego #AFDB33
RGB
CMYK
RGB Variations
Color information
#AFDB33 (or 0xAFDB33) is known color: Fuego. HEX triplet: AF, DB and 33. RGB value is (175,219,51). Sum of RGB (Red+Green+Blue) = 175+219+51=445 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.33% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB33 is #5024CC. Grayscale: #BBBBBB. Windows color (decimal): -5252301 or 3398575. OLE color: 3398575.
HSL color Cylindrical-coordinate representation of color #AFDB33: hue angle of 75.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFDB33 is Cyan = 0.20, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 51 | - |
| CMYK | 0.20 | 0 | 0.77 | 0.14 |
| HSL | 75.71º | 0.7% | 0.53% | - |
| HSV(B) | 75.71º | 0.77% | 0.86% | - |
| XYZ | 43.61 | 60.02 | 12.42 | - |
| YUV | 186.69 | 51.42 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 51 | 0.20 | 0 | 0.77 | 0.14 | 75.71 | 0.7 | 0.53 |
| Hex | AF | DB | 33 | 14 | 0 | 4D | E | 4C | 46 | 35 |
| Octal | 257 | 333 | 63 | 24 | 0 | 115 | 16 | 114 | 106 | 65 |
| Binary | 10101111 | 11011011 | 110011 | 10100 | 0 | 1001101 | 1110 | 1001100 | 1000110 | 110101 |
Color Harmonies of #AFDB33
Complementary color
Monochromatic Colors of #AFDB33
Black with #AFDB33
Text Example
Text Example
White with #AFDB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB33; }
p { color: rgb(175,219,51); }
H1.HeaderClassName
{
color: #AFDB33;
}
.AnyTagClassName
{
color: #AFDB33;
}
</style>
background-color css
<style>
a { background-color: #AFDB33; }
a { background-color: rgb(175,219,51); }
div.DivClassName
{
background-color: #AFDB33;
}
.BgClassName
{
background-color: #AFDB33;
}
</style>
border-color css
<style>
span { border-color: #AFDB33; }
span { border-color: rgb(175,219,51); }
td.TdClassName
{
border-color: #AFDB33;
}
.TagClassName
{
border-color: #AFDB33;
}
</style>