Shades of Fuego #ADDE2D
Tints of Fuego #ADDE2D
RGB
CMYK
RGB Variations
Color information
#ADDE2D (or 0xADDE2D) is known color: Fuego. HEX triplet: AD, DE and 2D. RGB value is (173,222,45). Sum of RGB (Red+Green+Blue) = 173+222+45=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 222 (87.11% from 255 or 50.45% from 440); Blue value is 45 (17.97% from 255 or 10.23% from 440); Max value from RGB is 222 - color contains mainly: green. Hex color #ADDE2D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADDE2D is #5221D2. Grayscale: #BBBBBB. Windows color (decimal): -5382611 or 3006125. OLE color: 3006125.
HSL color Cylindrical-coordinate representation of color #ADDE2D: hue angle of 76.61º degrees, saturation: 0.73, 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 #ADDE2D is Cyan = 0.22, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 222 | 45 | - |
| CMYK | 0.22 | 0 | 0.80 | 0.13 |
| HSL | 76.61º | 0.73% | 0.52% | - |
| HSV(B) | 76.61º | 0.8% | 0.87% | - |
| XYZ | 43.83 | 61.32 | 12.01 | - |
| YUV | 187.17 | 47.77 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 222 | 45 | 0.22 | 0 | 0.80 | 0.13 | 76.61 | 0.73 | 0.52 |
| Hex | AD | DE | 2D | 16 | 0 | 50 | D | 4D | 49 | 34 |
| Octal | 255 | 336 | 55 | 26 | 0 | 120 | 15 | 115 | 111 | 64 |
| Binary | 10101101 | 11011110 | 101101 | 10110 | 0 | 1010000 | 1101 | 1001101 | 1001001 | 110100 |
Color Harmonies of #ADDE2D
Complementary color
Monochromatic Colors of #ADDE2D
Black with #ADDE2D
Text Example
Text Example
White with #ADDE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDE2D; }
p { color: rgb(173,222,45); }
H1.HeaderClassName
{
color: #ADDE2D;
}
.AnyTagClassName
{
color: #ADDE2D;
}
</style>
background-color css
<style>
a { background-color: #ADDE2D; }
a { background-color: rgb(173,222,45); }
div.DivClassName
{
background-color: #ADDE2D;
}
.BgClassName
{
background-color: #ADDE2D;
}
</style>
border-color css
<style>
span { border-color: #ADDE2D; }
span { border-color: rgb(173,222,45); }
td.TdClassName
{
border-color: #ADDE2D;
}
.TagClassName
{
border-color: #ADDE2D;
}
</style>