Shades of Fuego #AFCD30
Tints of Fuego #AFCD30
RGB
CMYK
RGB Variations
Color information
#AFCD30 (or 0xAFCD30) is known color: Fuego. HEX triplet: AF, CD and 30. RGB value is (175,205,48). Sum of RGB (Red+Green+Blue) = 175+205+48=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFCD30 is #5032CF. Grayscale: #B2B2B2. Windows color (decimal): -5255888 or 3198383. OLE color: 3198383.
HSL color Cylindrical-coordinate representation of color #AFCD30: hue angle of 71.46º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AFCD30 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 205 | 48 | - |
| CMYK | 0.15 | 0 | 0.77 | 0.20 |
| HSL | 71.46º | 0.62% | 0.5% | - |
| HSV(B) | 71.46º | 0.77% | 0.8% | - |
| XYZ | 40.04 | 52.99 | 10.91 | - |
| YUV | 178.13 | 54.56 | 125.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 205 | 48 | 0.15 | 0 | 0.77 | 0.20 | 71.46 | 0.62 | 0.5 |
| Hex | AF | CD | 30 | F | 0 | 4D | 14 | 47 | 3E | 32 |
| Octal | 257 | 315 | 60 | 17 | 0 | 115 | 24 | 107 | 76 | 62 |
| Binary | 10101111 | 11001101 | 110000 | 1111 | 0 | 1001101 | 10100 | 1000111 | 111110 | 110010 |
Color Harmonies of #AFCD30
Complementary color
Monochromatic Colors of #AFCD30
Black with #AFCD30
Text Example
Text Example
White with #AFCD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFCD30; }
p { color: rgb(175,205,48); }
H1.HeaderClassName
{
color: #AFCD30;
}
.AnyTagClassName
{
color: #AFCD30;
}
</style>
background-color css
<style>
a { background-color: #AFCD30; }
a { background-color: rgb(175,205,48); }
div.DivClassName
{
background-color: #AFCD30;
}
.BgClassName
{
background-color: #AFCD30;
}
</style>
border-color css
<style>
span { border-color: #AFCD30; }
span { border-color: rgb(175,205,48); }
td.TdClassName
{
border-color: #AFCD30;
}
.TagClassName
{
border-color: #AFCD30;
}
</style>