Shades of Fuego #ADD628
Tints of Fuego #ADD628
RGB
CMYK
RGB Variations
Color information
#ADD628 (or 0xADD628) is known color: Fuego. HEX triplet: AD, D6 and 28. RGB value is (173,214,40). Sum of RGB (Red+Green+Blue) = 173+214+40=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 214 (83.98% from 255 or 50.12% from 427); Blue value is 40 (16.02% from 255 or 9.37% from 427); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD628 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD628 is #5229D7. Grayscale: #B6B6B6. Windows color (decimal): -5384664 or 2676397. OLE color: 2676397.
HSL color Cylindrical-coordinate representation of color #ADD628: hue angle of 74.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ADD628 is Cyan = 0.19, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 214 | 40 | - |
| CMYK | 0.19 | 0 | 0.81 | 0.16 |
| HSL | 74.14º | 0.69% | 0.5% | - |
| HSV(B) | 74.14º | 0.81% | 0.84% | - |
| XYZ | 41.66 | 57.13 | 10.84 | - |
| YUV | 181.91 | 47.92 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 214 | 40 | 0.19 | 0 | 0.81 | 0.16 | 74.14 | 0.69 | 0.5 |
| Hex | AD | D6 | 28 | 13 | 0 | 51 | 10 | 4A | 45 | 32 |
| Octal | 255 | 326 | 50 | 23 | 0 | 121 | 20 | 112 | 105 | 62 |
| Binary | 10101101 | 11010110 | 101000 | 10011 | 0 | 1010001 | 10000 | 1001010 | 1000101 | 110010 |
Color Harmonies of #ADD628
Complementary color
Monochromatic Colors of #ADD628
Black with #ADD628
Text Example
Text Example
White with #ADD628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD628; }
p { color: rgb(173,214,40); }
H1.HeaderClassName
{
color: #ADD628;
}
.AnyTagClassName
{
color: #ADD628;
}
</style>
background-color css
<style>
a { background-color: #ADD628; }
a { background-color: rgb(173,214,40); }
div.DivClassName
{
background-color: #ADD628;
}
.BgClassName
{
background-color: #ADD628;
}
</style>
border-color css
<style>
span { border-color: #ADD628; }
span { border-color: rgb(173,214,40); }
td.TdClassName
{
border-color: #ADD628;
}
.TagClassName
{
border-color: #ADD628;
}
</style>