Shades of Feijoa #ADDD75
Tints of Feijoa #ADDD75
RGB
CMYK
RGB Variations
Color information
#ADDD75 (or 0xADDD75) is known color: Feijoa. HEX triplet: AD, DD and 75. RGB value is (173,221,117). Sum of RGB (Red+Green+Blue) = 173+221+117=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD75 is #52228A. Grayscale: #C3C3C3. Windows color (decimal): -5382795 or 7724461. OLE color: 7724461.
HSL color Cylindrical-coordinate representation of color #ADDD75: hue angle of 87.69º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDD75 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 117 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.13 |
| HSL | 87.69º | 0.6% | 0.66% | - |
| HSV(B) | 87.69º | 0.47% | 0.87% | - |
| XYZ | 46.3 | 61.88 | 26.33 | - |
| YUV | 194.79 | 84.1 | 112.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 117 | 0.22 | 0 | 0.47 | 0.13 | 87.69 | 0.6 | 0.66 |
| Hex | AD | DD | 75 | 16 | 0 | 2F | D | 58 | 3C | 42 |
| Octal | 255 | 335 | 165 | 26 | 0 | 57 | 15 | 130 | 74 | 102 |
| Binary | 10101101 | 11011101 | 1110101 | 10110 | 0 | 101111 | 1101 | 1011000 | 111100 | 1000010 |
Color Harmonies of #ADDD75
Complementary color
Monochromatic Colors of #ADDD75
Black with #ADDD75
Text Example
Text Example
White with #ADDD75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD75; }
p { color: rgb(173,221,117); }
H1.HeaderClassName
{
color: #ADDD75;
}
.AnyTagClassName
{
color: #ADDD75;
}
</style>
background-color css
<style>
a { background-color: #ADDD75; }
a { background-color: rgb(173,221,117); }
div.DivClassName
{
background-color: #ADDD75;
}
.BgClassName
{
background-color: #ADDD75;
}
</style>
border-color css
<style>
span { border-color: #ADDD75; }
span { border-color: rgb(173,221,117); }
td.TdClassName
{
border-color: #ADDD75;
}
.TagClassName
{
border-color: #ADDD75;
}
</style>