Shades of Fuego #AFE130
Tints of Fuego #AFE130
RGB
CMYK
RGB Variations
Color information
#AFE130 (or 0xAFE130) is known color: Fuego. HEX triplet: AF, E1 and 30. RGB value is (175,225,48). Sum of RGB (Red+Green+Blue) = 175+225+48=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 48 (19.14% from 255 or 10.71% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #AFE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE130 is #501ECF. Grayscale: #BEBEBE. Windows color (decimal): -5250768 or 3203503. OLE color: 3203503.
HSL color Cylindrical-coordinate representation of color #AFE130: hue angle of 76.95º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AFE130 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 225 | 48 | - |
| CMYK | 0.22 | 0 | 0.79 | 0.12 |
| HSL | 76.95º | 0.75% | 0.54% | - |
| HSV(B) | 76.95º | 0.79% | 0.88% | - |
| XYZ | 45.14 | 63.18 | 12.61 | - |
| YUV | 189.87 | 47.94 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 225 | 48 | 0.22 | 0 | 0.79 | 0.12 | 76.95 | 0.75 | 0.54 |
| Hex | AF | E1 | 30 | 16 | 0 | 4F | C | 4D | 4B | 36 |
| Octal | 257 | 341 | 60 | 26 | 0 | 117 | 14 | 115 | 113 | 66 |
| Binary | 10101111 | 11100001 | 110000 | 10110 | 0 | 1001111 | 1100 | 1001101 | 1001011 | 110110 |
Color Harmonies of #AFE130
Complementary color
Monochromatic Colors of #AFE130
Black with #AFE130
Text Example
Text Example
White with #AFE130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE130; }
p { color: rgb(175,225,48); }
H1.HeaderClassName
{
color: #AFE130;
}
.AnyTagClassName
{
color: #AFE130;
}
</style>
background-color css
<style>
a { background-color: #AFE130; }
a { background-color: rgb(175,225,48); }
div.DivClassName
{
background-color: #AFE130;
}
.BgClassName
{
background-color: #AFE130;
}
</style>
border-color css
<style>
span { border-color: #AFE130; }
span { border-color: rgb(175,225,48); }
td.TdClassName
{
border-color: #AFE130;
}
.TagClassName
{
border-color: #AFE130;
}
</style>