Shades of Fuego #AFCE34
Tints of Fuego #AFCE34
RGB
CMYK
RGB Variations
Color information
#AFCE34 (or 0xAFCE34) is known color: Fuego. HEX triplet: AF, CE and 34. RGB value is (175,206,52). Sum of RGB (Red+Green+Blue) = 175+206+52=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 206 (80.86% from 255 or 47.58% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCE34 is #5031CB. Grayscale: #B3B3B3. Windows color (decimal): -5255628 or 3460783. OLE color: 3460783.
HSL color Cylindrical-coordinate representation of color #AFCE34: hue angle of 72.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFCE34 is Cyan = 0.15, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 206 | 52 | - |
| CMYK | 0.15 | 0 | 0.75 | 0.19 |
| HSL | 72.08º | 0.61% | 0.51% | - |
| HSV(B) | 72.08º | 0.75% | 0.81% | - |
| XYZ | 40.37 | 53.5 | 11.45 | - |
| YUV | 179.18 | 56.23 | 125.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 206 | 52 | 0.15 | 0 | 0.75 | 0.19 | 72.08 | 0.61 | 0.51 |
| Hex | AF | CE | 34 | F | 0 | 4B | 13 | 48 | 3D | 33 |
| Octal | 257 | 316 | 64 | 17 | 0 | 113 | 23 | 110 | 75 | 63 |
| Binary | 10101111 | 11001110 | 110100 | 1111 | 0 | 1001011 | 10011 | 1001000 | 111101 | 110011 |
Color Harmonies of #AFCE34
Complementary color
Monochromatic Colors of #AFCE34
Black with #AFCE34
Text Example
Text Example
White with #AFCE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCE34; }
p { color: rgb(175,206,52); }
H1.HeaderClassName
{
color: #AFCE34;
}
.AnyTagClassName
{
color: #AFCE34;
}
</style>
background-color css
<style>
a { background-color: #AFCE34; }
a { background-color: rgb(175,206,52); }
div.DivClassName
{
background-color: #AFCE34;
}
.BgClassName
{
background-color: #AFCE34;
}
</style>
border-color css
<style>
span { border-color: #AFCE34; }
span { border-color: rgb(175,206,52); }
td.TdClassName
{
border-color: #AFCE34;
}
.TagClassName
{
border-color: #AFCE34;
}
</style>