Shades of Fuego #AFDD2D
Tints of Fuego #AFDD2D
RGB
CMYK
RGB Variations
Color information
#AFDD2D (or 0xAFDD2D) is known color: Fuego. HEX triplet: AF, DD and 2D. RGB value is (175,221,45). Sum of RGB (Red+Green+Blue) = 175+221+45=441 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.68% from 441); Green value is 221 (86.72% from 255 or 50.11% from 441); Blue value is 45 (17.97% from 255 or 10.20% from 441); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFDD2D is #5022D2. Grayscale: #BBBBBB. Windows color (decimal): -5251795 or 3005871. OLE color: 3005871.
HSL color Cylindrical-coordinate representation of color #AFDD2D: hue angle of 75.68º 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 #AFDD2D is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 45 | - |
| CMYK | 0.21 | 0 | 0.80 | 0.13 |
| HSL | 75.68º | 0.72% | 0.52% | - |
| HSV(B) | 75.68º | 0.8% | 0.87% | - |
| XYZ | 44.01 | 61.02 | 11.94 | - |
| YUV | 187.18 | 47.76 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 45 | 0.21 | 0 | 0.80 | 0.13 | 75.68 | 0.72 | 0.52 |
| Hex | AF | DD | 2D | 15 | 0 | 50 | D | 4C | 48 | 34 |
| Octal | 257 | 335 | 55 | 25 | 0 | 120 | 15 | 114 | 110 | 64 |
| Binary | 10101111 | 11011101 | 101101 | 10101 | 0 | 1010000 | 1101 | 1001100 | 1001000 | 110100 |
Color Harmonies of #AFDD2D
Complementary color
Monochromatic Colors of #AFDD2D
Black with #AFDD2D
Text Example
Text Example
White with #AFDD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD2D; }
p { color: rgb(175,221,45); }
H1.HeaderClassName
{
color: #AFDD2D;
}
.AnyTagClassName
{
color: #AFDD2D;
}
</style>
background-color css
<style>
a { background-color: #AFDD2D; }
a { background-color: rgb(175,221,45); }
div.DivClassName
{
background-color: #AFDD2D;
}
.BgClassName
{
background-color: #AFDD2D;
}
</style>
border-color css
<style>
span { border-color: #AFDD2D; }
span { border-color: rgb(175,221,45); }
td.TdClassName
{
border-color: #AFDD2D;
}
.TagClassName
{
border-color: #AFDD2D;
}
</style>