Shades of Feijoa #ADDD74
Tints of Feijoa #ADDD74
RGB
CMYK
RGB Variations
Color information
#ADDD74 (or 0xADDD74) is known color: Feijoa. HEX triplet: AD, DD and 74. RGB value is (173,221,116). Sum of RGB (Red+Green+Blue) = 173+221+116=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #ADDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDD74 is #52228B. Grayscale: #C3C3C3. Windows color (decimal): -5382796 or 7658925. OLE color: 7658925.
HSL color Cylindrical-coordinate representation of color #ADDD74: hue angle of 87.43º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #ADDD74 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 221 | 116 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.13 |
| HSL | 87.43º | 0.61% | 0.66% | - |
| HSV(B) | 87.43º | 0.48% | 0.87% | - |
| XYZ | 46.24 | 61.86 | 26.03 | - |
| YUV | 194.68 | 83.6 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 221 | 116 | 0.22 | 0 | 0.48 | 0.13 | 87.43 | 0.61 | 0.66 |
| Hex | AD | DD | 74 | 16 | 0 | 30 | D | 57 | 3D | 42 |
| Octal | 255 | 335 | 164 | 26 | 0 | 60 | 15 | 127 | 75 | 102 |
| Binary | 10101101 | 11011101 | 1110100 | 10110 | 0 | 110000 | 1101 | 1010111 | 111101 | 1000010 |
Color Harmonies of #ADDD74
Complementary color
Monochromatic Colors of #ADDD74
Black with #ADDD74
Text Example
Text Example
White with #ADDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDD74; }
p { color: rgb(173,221,116); }
H1.HeaderClassName
{
color: #ADDD74;
}
.AnyTagClassName
{
color: #ADDD74;
}
</style>
background-color css
<style>
a { background-color: #ADDD74; }
a { background-color: rgb(173,221,116); }
div.DivClassName
{
background-color: #ADDD74;
}
.BgClassName
{
background-color: #ADDD74;
}
</style>
border-color css
<style>
span { border-color: #ADDD74; }
span { border-color: rgb(173,221,116); }
td.TdClassName
{
border-color: #ADDD74;
}
.TagClassName
{
border-color: #ADDD74;
}
</style>