Shades of Fuego #AFCC31
Tints of Fuego #AFCC31
RGB
CMYK
RGB Variations
Color information
#AFCC31 (or 0xAFCC31) is known color: Fuego. HEX triplet: AF, CC and 31. RGB value is (175,204,49). Sum of RGB (Red+Green+Blue) = 175+204+49=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 49 (19.53% from 255 or 11.45% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCC31 is #5033CE. Grayscale: #B2B2B2. Windows color (decimal): -5256143 or 3263663. OLE color: 3263663.
HSL color Cylindrical-coordinate representation of color #AFCC31: hue angle of 71.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFCC31 is Cyan = 0.14, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 175 | 204 | 49 | - |
| CMYK | 0.14 | 0 | 0.76 | 0.2 |
| HSL | 71.23º | 0.61% | 0.5% | - |
| HSV(B) | 71.23º | 0.76% | 0.8% | - |
| XYZ | 39.83 | 52.52 | 10.94 | - |
| YUV | 177.66 | 55.39 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 204 | 49 | 0.14 | 0 | 0.76 | 0.2 | 71.23 | 0.61 | 0.5 |
| Hex | AF | CC | 31 | E | 0 | 4C | 14 | 47 | 3D | 32 |
| Octal | 257 | 314 | 61 | 16 | 0 | 114 | 24 | 107 | 75 | 62 |
| Binary | 10101111 | 11001100 | 110001 | 1110 | 0 | 1001100 | 10100 | 1000111 | 111101 | 110010 |
Color Harmonies of #AFCC31
Complementary color
Monochromatic Colors of #AFCC31
Black with #AFCC31
Text Example
Text Example
White with #AFCC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCC31; }
p { color: rgb(175,204,49); }
H1.HeaderClassName
{
color: #AFCC31;
}
.AnyTagClassName
{
color: #AFCC31;
}
</style>
background-color css
<style>
a { background-color: #AFCC31; }
a { background-color: rgb(175,204,49); }
div.DivClassName
{
background-color: #AFCC31;
}
.BgClassName
{
background-color: #AFCC31;
}
</style>
border-color css
<style>
span { border-color: #AFCC31; }
span { border-color: rgb(175,204,49); }
td.TdClassName
{
border-color: #AFCC31;
}
.TagClassName
{
border-color: #AFCC31;
}
</style>