Shades of Fuego #ADD92B
Tints of Fuego #ADD92B
RGB
CMYK
RGB Variations
Color information
#ADD92B (or 0xADD92B) is known color: Fuego. HEX triplet: AD, D9 and 2B. RGB value is (173,217,43). Sum of RGB (Red+Green+Blue) = 173+217+43=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 43 (17.19% from 255 or 9.93% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD92B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ADD92B is #5226D4. Grayscale: #B8B8B8. Windows color (decimal): -5383893 or 2873773. OLE color: 2873773.
HSL color Cylindrical-coordinate representation of color #ADD92B: hue angle of 75.17º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ADD92B is Cyan = 0.20, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 173 | 217 | 43 | - |
| CMYK | 0.20 | 0 | 0.80 | 0.15 |
| HSL | 75.17º | 0.7% | 0.51% | - |
| HSV(B) | 75.17º | 0.8% | 0.85% | - |
| XYZ | 42.48 | 58.68 | 11.37 | - |
| YUV | 184.01 | 48.42 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 217 | 43 | 0.20 | 0 | 0.80 | 0.15 | 75.17 | 0.7 | 0.51 |
| Hex | AD | D9 | 2B | 14 | 0 | 50 | F | 4B | 46 | 33 |
| Octal | 255 | 331 | 53 | 24 | 0 | 120 | 17 | 113 | 106 | 63 |
| Binary | 10101101 | 11011001 | 101011 | 10100 | 0 | 1010000 | 1111 | 1001011 | 1000110 | 110011 |
Color Harmonies of #ADD92B
Complementary color
Monochromatic Colors of #ADD92B
Black with #ADD92B
Text Example
Text Example
White with #ADD92B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD92B; }
p { color: rgb(173,217,43); }
H1.HeaderClassName
{
color: #ADD92B;
}
.AnyTagClassName
{
color: #ADD92B;
}
</style>
background-color css
<style>
a { background-color: #ADD92B; }
a { background-color: rgb(173,217,43); }
div.DivClassName
{
background-color: #ADD92B;
}
.BgClassName
{
background-color: #ADD92B;
}
</style>
border-color css
<style>
span { border-color: #ADD92B; }
span { border-color: rgb(173,217,43); }
td.TdClassName
{
border-color: #ADD92B;
}
.TagClassName
{
border-color: #ADD92B;
}
</style>