Shades of Fuego #AFCE32
Tints of Fuego #AFCE32
RGB
CMYK
RGB Variations
Color information
#AFCE32 (or 0xAFCE32) is known color: Fuego. HEX triplet: AF, CE and 32. RGB value is (175,206,50). Sum of RGB (Red+Green+Blue) = 175+206+50=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 50 (19.92% from 255 or 11.60% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE32 is #5031CD. Grayscale: #B3B3B3. Windows color (decimal): -5255630 or 3329711. OLE color: 3329711.
HSL color Cylindrical-coordinate representation of color #AFCE32: hue angle of 71.92º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFCE32 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 50 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.19 |
| HSL | 71.92º | 0.61% | 0.5% | - |
| HSV(B) | 71.92º | 0.76% | 0.81% | - |
| XYZ | 40.33 | 53.49 | 11.22 | - |
| YUV | 178.95 | 55.23 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 50 | 0.15 | 0 | 0.76 | 0.19 | 71.92 | 0.61 | 0.5 |
| Hex | AF | CE | 32 | F | 0 | 4C | 13 | 48 | 3D | 32 |
| Octal | 257 | 316 | 62 | 17 | 0 | 114 | 23 | 110 | 75 | 62 |
| Binary | 10101111 | 11001110 | 110010 | 1111 | 0 | 1001100 | 10011 | 1001000 | 111101 | 110010 |
Color Harmonies of #AFCE32
Complementary color
Monochromatic Colors of #AFCE32
Black with #AFCE32
Text Example
Text Example
White with #AFCE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE32; }
p { color: rgb(175,206,50); }
H1.HeaderClassName
{
color: #AFCE32;
}
.AnyTagClassName
{
color: #AFCE32;
}
</style>
background-color css
<style>
a { background-color: #AFCE32; }
a { background-color: rgb(175,206,50); }
div.DivClassName
{
background-color: #AFCE32;
}
.BgClassName
{
background-color: #AFCE32;
}
</style>
border-color css
<style>
span { border-color: #AFCE32; }
span { border-color: rgb(175,206,50); }
td.TdClassName
{
border-color: #AFCE32;
}
.TagClassName
{
border-color: #AFCE32;
}
</style>