Shades of Fuego #AFCD31
Tints of Fuego #AFCD31
RGB
CMYK
RGB Variations
Color information
#AFCD31 (or 0xAFCD31) is known color: Fuego. HEX triplet: AF, CD and 31. RGB value is (175,205,49). Sum of RGB (Red+Green+Blue) = 175+205+49=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 49 (19.53% from 255 or 11.42% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD31 is #5032CE. Grayscale: #B2B2B2. Windows color (decimal): -5255887 or 3263919. OLE color: 3263919.
HSL color Cylindrical-coordinate representation of color #AFCD31: hue angle of 71.54º 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 #AFCD31 is Cyan = 0.15, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 49 | - |
| CMYK | 0.15 | 0 | 0.76 | 0.20 |
| HSL | 71.54º | 0.61% | 0.5% | - |
| HSV(B) | 71.54º | 0.76% | 0.8% | - |
| XYZ | 40.06 | 53 | 11.02 | - |
| YUV | 178.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 49 | 0.15 | 0 | 0.76 | 0.20 | 71.54 | 0.61 | 0.5 |
| Hex | AF | CD | 31 | F | 0 | 4C | 14 | 48 | 3D | 32 |
| Octal | 257 | 315 | 61 | 17 | 0 | 114 | 24 | 110 | 75 | 62 |
| Binary | 10101111 | 11001101 | 110001 | 1111 | 0 | 1001100 | 10100 | 1001000 | 111101 | 110010 |
Color Harmonies of #AFCD31
Complementary color
Monochromatic Colors of #AFCD31
Black with #AFCD31
Text Example
Text Example
White with #AFCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD31; }
p { color: rgb(175,205,49); }
H1.HeaderClassName
{
color: #AFCD31;
}
.AnyTagClassName
{
color: #AFCD31;
}
</style>
background-color css
<style>
a { background-color: #AFCD31; }
a { background-color: rgb(175,205,49); }
div.DivClassName
{
background-color: #AFCD31;
}
.BgClassName
{
background-color: #AFCD31;
}
</style>
border-color css
<style>
span { border-color: #AFCD31; }
span { border-color: rgb(175,205,49); }
td.TdClassName
{
border-color: #AFCD31;
}
.TagClassName
{
border-color: #AFCD31;
}
</style>