Shades of Fuego #AFCC34
Tints of Fuego #AFCC34
RGB
CMYK
RGB Variations
Color information
#AFCC34 (or 0xAFCC34) is known color: Fuego. HEX triplet: AF, CC and 34. RGB value is (175,204,52). Sum of RGB (Red+Green+Blue) = 175+204+52=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 52 (20.70% from 255 or 12.06% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC34 is #5033CB. Grayscale: #B2B2B2. Windows color (decimal): -5256140 or 3460271. OLE color: 3460271.
HSL color Cylindrical-coordinate representation of color #AFCC34: hue angle of 71.45º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFCC34 is Cyan = 0.14, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 52 | - |
| CMYK | 0.14 | 0 | 0.75 | 0.2 |
| HSL | 71.45º | 0.6% | 0.5% | - |
| HSV(B) | 71.45º | 0.75% | 0.8% | - |
| XYZ | 39.89 | 52.55 | 11.29 | - |
| YUV | 178 | 56.89 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 52 | 0.14 | 0 | 0.75 | 0.2 | 71.45 | 0.6 | 0.5 |
| Hex | AF | CC | 34 | E | 0 | 4B | 14 | 47 | 3C | 32 |
| Octal | 257 | 314 | 64 | 16 | 0 | 113 | 24 | 107 | 74 | 62 |
| Binary | 10101111 | 11001100 | 110100 | 1110 | 0 | 1001011 | 10100 | 1000111 | 111100 | 110010 |
Color Harmonies of #AFCC34
Complementary color
Monochromatic Colors of #AFCC34
Black with #AFCC34
Text Example
Text Example
White with #AFCC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC34; }
p { color: rgb(175,204,52); }
H1.HeaderClassName
{
color: #AFCC34;
}
.AnyTagClassName
{
color: #AFCC34;
}
</style>
background-color css
<style>
a { background-color: #AFCC34; }
a { background-color: rgb(175,204,52); }
div.DivClassName
{
background-color: #AFCC34;
}
.BgClassName
{
background-color: #AFCC34;
}
</style>
border-color css
<style>
span { border-color: #AFCC34; }
span { border-color: rgb(175,204,52); }
td.TdClassName
{
border-color: #AFCC34;
}
.TagClassName
{
border-color: #AFCC34;
}
</style>