Shades of Feijoa #ADD475
Tints of Feijoa #ADD475
RGB
CMYK
RGB Variations
Color information
#ADD475 (or 0xADD475) is known color: Feijoa. HEX triplet: AD, D4 and 75. RGB value is (173,212,117). Sum of RGB (Red+Green+Blue) = 173+212+117=502 (66% of max value = 765). Red value is 173 (67.97% from 255 or 34.46% from 502); Green value is 212 (83.20% from 255 or 42.23% from 502); Blue value is 117 (46.09% from 255 or 23.31% from 502); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD475 is #522B8A. Grayscale: #BDBDBD. Windows color (decimal): -5385099 or 7722157. OLE color: 7722157.
HSL color Cylindrical-coordinate representation of color #ADD475: hue angle of 84.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADD475 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 173 | 212 | 117 | - |
| CMYK | 0.18 | 0 | 0.45 | 0.17 |
| HSL | 84.63º | 0.52% | 0.65% | - |
| HSV(B) | 84.63º | 0.45% | 0.83% | - |
| XYZ | 43.99 | 57.26 | 25.56 | - |
| YUV | 189.51 | 87.08 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 212 | 117 | 0.18 | 0 | 0.45 | 0.17 | 84.63 | 0.52 | 0.65 |
| Hex | AD | D4 | 75 | 12 | 0 | 2D | 11 | 55 | 34 | 41 |
| Octal | 255 | 324 | 165 | 22 | 0 | 55 | 21 | 125 | 64 | 101 |
| Binary | 10101101 | 11010100 | 1110101 | 10010 | 0 | 101101 | 10001 | 1010101 | 110100 | 1000001 |
Color Harmonies of #ADD475
Complementary color
Monochromatic Colors of #ADD475
Black with #ADD475
Text Example
Text Example
White with #ADD475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD475; }
p { color: rgb(173,212,117); }
H1.HeaderClassName
{
color: #ADD475;
}
.AnyTagClassName
{
color: #ADD475;
}
</style>
background-color css
<style>
a { background-color: #ADD475; }
a { background-color: rgb(173,212,117); }
div.DivClassName
{
background-color: #ADD475;
}
.BgClassName
{
background-color: #ADD475;
}
</style>
border-color css
<style>
span { border-color: #ADD475; }
span { border-color: rgb(173,212,117); }
td.TdClassName
{
border-color: #ADD475;
}
.TagClassName
{
border-color: #ADD475;
}
</style>