Shades of Fuego #AFDD32
Tints of Fuego #AFDD32
RGB
CMYK
RGB Variations
Color information
#AFDD32 (or 0xAFDD32) is known color: Fuego. HEX triplet: AF, DD and 32. RGB value is (175,221,50). Sum of RGB (Red+Green+Blue) = 175+221+50=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 221 (86.72% from 255 or 49.55% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD32 is #5022CD. Grayscale: #BCBCBC. Windows color (decimal): -5251790 or 3333551. OLE color: 3333551.
HSL color Cylindrical-coordinate representation of color #AFDD32: hue angle of 76.14º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFDD32 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 50 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.13 |
| HSL | 76.14º | 0.72% | 0.53% | - |
| HSV(B) | 76.14º | 0.77% | 0.87% | - |
| XYZ | 44.11 | 61.06 | 12.48 | - |
| YUV | 187.75 | 50.26 | 118.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 50 | 0.21 | 0 | 0.77 | 0.13 | 76.14 | 0.72 | 0.53 |
| Hex | AF | DD | 32 | 15 | 0 | 4D | D | 4C | 48 | 35 |
| Octal | 257 | 335 | 62 | 25 | 0 | 115 | 15 | 114 | 110 | 65 |
| Binary | 10101111 | 11011101 | 110010 | 10101 | 0 | 1001101 | 1101 | 1001100 | 1001000 | 110101 |
Color Harmonies of #AFDD32
Complementary color
Monochromatic Colors of #AFDD32
Black with #AFDD32
Text Example
Text Example
White with #AFDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD32; }
p { color: rgb(175,221,50); }
H1.HeaderClassName
{
color: #AFDD32;
}
.AnyTagClassName
{
color: #AFDD32;
}
</style>
background-color css
<style>
a { background-color: #AFDD32; }
a { background-color: rgb(175,221,50); }
div.DivClassName
{
background-color: #AFDD32;
}
.BgClassName
{
background-color: #AFDD32;
}
</style>
border-color css
<style>
span { border-color: #AFDD32; }
span { border-color: rgb(175,221,50); }
td.TdClassName
{
border-color: #AFDD32;
}
.TagClassName
{
border-color: #AFDD32;
}
</style>