Shades of Fuego #AFCD36
Tints of Fuego #AFCD36
RGB
CMYK
RGB Variations
Color information
#AFCD36 (or 0xAFCD36) is known color: Fuego. HEX triplet: AF, CD and 36. RGB value is (175,205,54). Sum of RGB (Red+Green+Blue) = 175+205+54=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 205 (80.47% from 255 or 47.24% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD36 is #5032C9. Grayscale: #B3B3B3. Windows color (decimal): -5255882 or 3591599. OLE color: 3591599.
HSL color Cylindrical-coordinate representation of color #AFCD36: hue angle of 71.92º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AFCD36 is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 54 | - |
| CMYK | 0.15 | 0 | 0.74 | 0.20 |
| HSL | 71.92º | 0.6% | 0.51% | - |
| HSV(B) | 71.92º | 0.74% | 0.8% | - |
| XYZ | 40.18 | 53.04 | 11.61 | - |
| YUV | 178.82 | 57.56 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 54 | 0.15 | 0 | 0.74 | 0.20 | 71.92 | 0.6 | 0.51 |
| Hex | AF | CD | 36 | F | 0 | 4A | 14 | 48 | 3C | 33 |
| Octal | 257 | 315 | 66 | 17 | 0 | 112 | 24 | 110 | 74 | 63 |
| Binary | 10101111 | 11001101 | 110110 | 1111 | 0 | 1001010 | 10100 | 1001000 | 111100 | 110011 |
Color Harmonies of #AFCD36
Complementary color
Monochromatic Colors of #AFCD36
Black with #AFCD36
Text Example
Text Example
White with #AFCD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD36; }
p { color: rgb(175,205,54); }
H1.HeaderClassName
{
color: #AFCD36;
}
.AnyTagClassName
{
color: #AFCD36;
}
</style>
background-color css
<style>
a { background-color: #AFCD36; }
a { background-color: rgb(175,205,54); }
div.DivClassName
{
background-color: #AFCD36;
}
.BgClassName
{
background-color: #AFCD36;
}
</style>
border-color css
<style>
span { border-color: #AFCD36; }
span { border-color: rgb(175,205,54); }
td.TdClassName
{
border-color: #AFCD36;
}
.TagClassName
{
border-color: #AFCD36;
}
</style>