Shades of Fuego #AFD330
Tints of Fuego #AFD330
RGB
CMYK
RGB Variations
Color information
#AFD330 (or 0xAFD330) is known color: Fuego. HEX triplet: AF, D3 and 30. RGB value is (175,211,48). Sum of RGB (Red+Green+Blue) = 175+211+48=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 211 (82.81% from 255 or 48.62% from 434); Blue value is 48 (19.14% from 255 or 11.06% from 434); Max value from RGB is 211 - color contains mainly: green. Hex color #AFD330 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFD330 is #502CCF. Grayscale: #B6B6B6. Windows color (decimal): -5254352 or 3199919. OLE color: 3199919.
HSL color Cylindrical-coordinate representation of color #AFD330: hue angle of 73.25º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFD330 is Cyan = 0.17, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 211 | 48 | - |
| CMYK | 0.17 | 0 | 0.77 | 0.17 |
| HSL | 73.25º | 0.65% | 0.51% | - |
| HSV(B) | 73.25º | 0.77% | 0.83% | - |
| XYZ | 41.51 | 55.92 | 11.4 | - |
| YUV | 181.65 | 52.57 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 211 | 48 | 0.17 | 0 | 0.77 | 0.17 | 73.25 | 0.65 | 0.51 |
| Hex | AF | D3 | 30 | 11 | 0 | 4D | 11 | 49 | 41 | 33 |
| Octal | 257 | 323 | 60 | 21 | 0 | 115 | 21 | 111 | 101 | 63 |
| Binary | 10101111 | 11010011 | 110000 | 10001 | 0 | 1001101 | 10001 | 1001001 | 1000001 | 110011 |
Color Harmonies of #AFD330
Complementary color
Monochromatic Colors of #AFD330
Black with #AFD330
Text Example
Text Example
White with #AFD330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD330; }
p { color: rgb(175,211,48); }
H1.HeaderClassName
{
color: #AFD330;
}
.AnyTagClassName
{
color: #AFD330;
}
</style>
background-color css
<style>
a { background-color: #AFD330; }
a { background-color: rgb(175,211,48); }
div.DivClassName
{
background-color: #AFD330;
}
.BgClassName
{
background-color: #AFD330;
}
</style>
border-color css
<style>
span { border-color: #AFD330; }
span { border-color: rgb(175,211,48); }
td.TdClassName
{
border-color: #AFD330;
}
.TagClassName
{
border-color: #AFD330;
}
</style>