Shades of Fuego #AFDB34
Tints of Fuego #AFDB34
RGB
CMYK
RGB Variations
Color information
#AFDB34 (or 0xAFDB34) is known color: Fuego. HEX triplet: AF, DB and 34. RGB value is (175,219,52). Sum of RGB (Red+Green+Blue) = 175+219+52=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 219 (85.94% from 255 or 49.10% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDB34 is #5024CB. Grayscale: #BBBBBB. Windows color (decimal): -5252300 or 3464111. OLE color: 3464111.
HSL color Cylindrical-coordinate representation of color #AFDB34: hue angle of 75.81º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFDB34 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 52 | - |
| CMYK | 0.20 | 0 | 0.76 | 0.14 |
| HSL | 75.81º | 0.7% | 0.53% | - |
| HSV(B) | 75.81º | 0.76% | 0.86% | - |
| XYZ | 43.63 | 60.02 | 12.54 | - |
| YUV | 186.81 | 51.92 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 52 | 0.20 | 0 | 0.76 | 0.14 | 75.81 | 0.7 | 0.53 |
| Hex | AF | DB | 34 | 14 | 0 | 4C | E | 4C | 46 | 35 |
| Octal | 257 | 333 | 64 | 24 | 0 | 114 | 16 | 114 | 106 | 65 |
| Binary | 10101111 | 11011011 | 110100 | 10100 | 0 | 1001100 | 1110 | 1001100 | 1000110 | 110101 |
Color Harmonies of #AFDB34
Complementary color
Monochromatic Colors of #AFDB34
Black with #AFDB34
Text Example
Text Example
White with #AFDB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB34; }
p { color: rgb(175,219,52); }
H1.HeaderClassName
{
color: #AFDB34;
}
.AnyTagClassName
{
color: #AFDB34;
}
</style>
background-color css
<style>
a { background-color: #AFDB34; }
a { background-color: rgb(175,219,52); }
div.DivClassName
{
background-color: #AFDB34;
}
.BgClassName
{
background-color: #AFDB34;
}
</style>
border-color css
<style>
span { border-color: #AFDB34; }
span { border-color: rgb(175,219,52); }
td.TdClassName
{
border-color: #AFDB34;
}
.TagClassName
{
border-color: #AFDB34;
}
</style>