Shades of Fuego #AFDD2C
Tints of Fuego #AFDD2C
RGB
CMYK
RGB Variations
Color information
#AFDD2C (or 0xAFDD2C) is known color: Fuego. HEX triplet: AF, DD and 2C. RGB value is (175,221,44). Sum of RGB (Red+Green+Blue) = 175+221+44=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 221 (86.72% from 255 or 50.23% from 440); Blue value is 44 (17.58% from 255 or 10% from 440); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD2C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD2C is #5022D3. Grayscale: #BBBBBB. Windows color (decimal): -5251796 or 2940335. OLE color: 2940335.
HSL color Cylindrical-coordinate representation of color #AFDD2C: hue angle of 75.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AFDD2C is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 44 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.13 |
| HSL | 75.59º | 0.72% | 0.52% | - |
| HSV(B) | 75.59º | 0.8% | 0.87% | - |
| XYZ | 43.99 | 61.01 | 11.84 | - |
| YUV | 187.07 | 47.26 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 44 | 0.21 | 0 | 0.80 | 0.13 | 75.59 | 0.72 | 0.52 |
| Hex | AF | DD | 2C | 15 | 0 | 50 | D | 4C | 48 | 34 |
| Octal | 257 | 335 | 54 | 25 | 0 | 120 | 15 | 114 | 110 | 64 |
| Binary | 10101111 | 11011101 | 101100 | 10101 | 0 | 1010000 | 1101 | 1001100 | 1001000 | 110100 |
Color Harmonies of #AFDD2C
Complementary color
Monochromatic Colors of #AFDD2C
Black with #AFDD2C
Text Example
Text Example
White with #AFDD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD2C; }
p { color: rgb(175,221,44); }
H1.HeaderClassName
{
color: #AFDD2C;
}
.AnyTagClassName
{
color: #AFDD2C;
}
</style>
background-color css
<style>
a { background-color: #AFDD2C; }
a { background-color: rgb(175,221,44); }
div.DivClassName
{
background-color: #AFDD2C;
}
.BgClassName
{
background-color: #AFDD2C;
}
</style>
border-color css
<style>
span { border-color: #AFDD2C; }
span { border-color: rgb(175,221,44); }
td.TdClassName
{
border-color: #AFDD2C;
}
.TagClassName
{
border-color: #AFDD2C;
}
</style>