Shades of Fuego #AFD333
Tints of Fuego #AFD333
RGB
CMYK
RGB Variations
Color information
#AFD333 (or 0xAFD333) is known color: Fuego. HEX triplet: AF, D3 and 33. RGB value is (175,211,51). Sum of RGB (Red+Green+Blue) = 175+211+51=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 51 (20.31% from 255 or 11.67% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD333 is #502CCC. Grayscale: #B6B6B6. Windows color (decimal): -5254349 or 3396527. OLE color: 3396527.
HSL color Cylindrical-coordinate representation of color #AFD333: hue angle of 73.5º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFD333 is Cyan = 0.17, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 51 | - |
| CMYK | 0.17 | 0 | 0.76 | 0.17 |
| HSL | 73.5º | 0.65% | 0.51% | - |
| HSV(B) | 73.5º | 0.76% | 0.83% | - |
| XYZ | 41.57 | 55.94 | 11.74 | - |
| YUV | 182 | 54.07 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 51 | 0.17 | 0 | 0.76 | 0.17 | 73.5 | 0.65 | 0.51 |
| Hex | AF | D3 | 33 | 11 | 0 | 4C | 11 | 4A | 41 | 33 |
| Octal | 257 | 323 | 63 | 21 | 0 | 114 | 21 | 112 | 101 | 63 |
| Binary | 10101111 | 11010011 | 110011 | 10001 | 0 | 1001100 | 10001 | 1001010 | 1000001 | 110011 |
Color Harmonies of #AFD333
Complementary color
Monochromatic Colors of #AFD333
Black with #AFD333
Text Example
Text Example
White with #AFD333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD333; }
p { color: rgb(175,211,51); }
H1.HeaderClassName
{
color: #AFD333;
}
.AnyTagClassName
{
color: #AFD333;
}
</style>
background-color css
<style>
a { background-color: #AFD333; }
a { background-color: rgb(175,211,51); }
div.DivClassName
{
background-color: #AFD333;
}
.BgClassName
{
background-color: #AFD333;
}
</style>
border-color css
<style>
span { border-color: #AFD333; }
span { border-color: rgb(175,211,51); }
td.TdClassName
{
border-color: #AFD333;
}
.TagClassName
{
border-color: #AFD333;
}
</style>