Shades of Feijoa #ADDB75
Tints of Feijoa #ADDB75
RGB
CMYK
RGB Variations
Color information
#ADDB75 (or 0xADDB75) is known color: Feijoa. HEX triplet: AD, DB and 75. RGB value is (173,219,117). Sum of RGB (Red+Green+Blue) = 173+219+117=509 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.99% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDB75 is #52248A. Grayscale: #C1C1C1. Windows color (decimal): -5383307 or 7723949. OLE color: 7723949.
HSL color Cylindrical-coordinate representation of color #ADDB75: hue angle of 87.06º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADDB75 is Cyan = 0.21, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 117 | - |
| CMYK | 0.21 | 0 | 0.47 | 0.14 |
| HSL | 87.06º | 0.59% | 0.66% | - |
| HSV(B) | 87.06º | 0.47% | 0.86% | - |
| XYZ | 45.78 | 60.83 | 26.16 | - |
| YUV | 193.62 | 84.76 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 117 | 0.21 | 0 | 0.47 | 0.14 | 87.06 | 0.59 | 0.66 |
| Hex | AD | DB | 75 | 15 | 0 | 2F | E | 57 | 3B | 42 |
| Octal | 255 | 333 | 165 | 25 | 0 | 57 | 16 | 127 | 73 | 102 |
| Binary | 10101101 | 11011011 | 1110101 | 10101 | 0 | 101111 | 1110 | 1010111 | 111011 | 1000010 |
Color Harmonies of #ADDB75
Complementary color
Monochromatic Colors of #ADDB75
Black with #ADDB75
Text Example
Text Example
White with #ADDB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB75; }
p { color: rgb(173,219,117); }
H1.HeaderClassName
{
color: #ADDB75;
}
.AnyTagClassName
{
color: #ADDB75;
}
</style>
background-color css
<style>
a { background-color: #ADDB75; }
a { background-color: rgb(173,219,117); }
div.DivClassName
{
background-color: #ADDB75;
}
.BgClassName
{
background-color: #ADDB75;
}
</style>
border-color css
<style>
span { border-color: #ADDB75; }
span { border-color: rgb(173,219,117); }
td.TdClassName
{
border-color: #ADDB75;
}
.TagClassName
{
border-color: #ADDB75;
}
</style>