Shades of Feijoa #ADDD85
Tints of Feijoa #ADDD85
RGB
CMYK
RGB Variations
Color information
#ADDD85 (or 0xADDD85) is known color: Feijoa. HEX triplet: AD, DD and 85. RGB value is (173,221,133). Sum of RGB (Red+Green+Blue) = 173+221+133=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDD85 is #52227A. Grayscale: #C4C4C4. Windows color (decimal): -5382779 or 8773037. OLE color: 8773037.
HSL color Cylindrical-coordinate representation of color #ADDD85: hue angle of 92.73º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDD85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 133 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.13 |
| HSL | 92.73º | 0.56% | 0.69% | - |
| HSV(B) | 92.73º | 0.4% | 0.87% | - |
| XYZ | 47.32 | 62.29 | 31.72 | - |
| YUV | 196.62 | 92.1 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 133 | 0.22 | 0 | 0.40 | 0.13 | 92.73 | 0.56 | 0.69 |
| Hex | AD | DD | 85 | 16 | 0 | 28 | D | 5D | 38 | 45 |
| Octal | 255 | 335 | 205 | 26 | 0 | 50 | 15 | 135 | 70 | 105 |
| Binary | 10101101 | 11011101 | 10000101 | 10110 | 0 | 101000 | 1101 | 1011101 | 111000 | 1000101 |
Color Harmonies of #ADDD85
Complementary color
Monochromatic Colors of #ADDD85
Black with #ADDD85
Text Example
Text Example
White with #ADDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD85; }
p { color: rgb(173,221,133); }
H1.HeaderClassName
{
color: #ADDD85;
}
.AnyTagClassName
{
color: #ADDD85;
}
</style>
background-color css
<style>
a { background-color: #ADDD85; }
a { background-color: rgb(173,221,133); }
div.DivClassName
{
background-color: #ADDD85;
}
.BgClassName
{
background-color: #ADDD85;
}
</style>
border-color css
<style>
span { border-color: #ADDD85; }
span { border-color: rgb(173,221,133); }
td.TdClassName
{
border-color: #ADDD85;
}
.TagClassName
{
border-color: #ADDD85;
}
</style>