Shades of Feijoa #ADDF7B
Tints of Feijoa #ADDF7B
RGB
CMYK
RGB Variations
Color information
#ADDF7B (or 0xADDF7B) is known color: Feijoa. HEX triplet: AD, DF and 7B. RGB value is (173,223,123). Sum of RGB (Red+Green+Blue) = 173+223+123=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #ADDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADDF7B is #522084. Grayscale: #C5C5C5. Windows color (decimal): -5382277 or 8118189. OLE color: 8118189.
HSL color Cylindrical-coordinate representation of color #ADDF7B: hue angle of 90º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADDF7B is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 173 | 223 | 123 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.13 |
| HSL | 90º | 0.61% | 0.68% | - |
| HSV(B) | 90º | 0.45% | 0.87% | - |
| XYZ | 47.2 | 63.09 | 28.43 | - |
| YUV | 196.65 | 86.44 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 223 | 123 | 0.22 | 0 | 0.45 | 0.13 | 90 | 0.61 | 0.68 |
| Hex | AD | DF | 7B | 16 | 0 | 2D | D | 5A | 3D | 44 |
| Octal | 255 | 337 | 173 | 26 | 0 | 55 | 15 | 132 | 75 | 104 |
| Binary | 10101101 | 11011111 | 1111011 | 10110 | 0 | 101101 | 1101 | 1011010 | 111101 | 1000100 |
Color Harmonies of #ADDF7B
Complementary color
Monochromatic Colors of #ADDF7B
Black with #ADDF7B
Text Example
Text Example
White with #ADDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDF7B; }
p { color: rgb(173,223,123); }
H1.HeaderClassName
{
color: #ADDF7B;
}
.AnyTagClassName
{
color: #ADDF7B;
}
</style>
background-color css
<style>
a { background-color: #ADDF7B; }
a { background-color: rgb(173,223,123); }
div.DivClassName
{
background-color: #ADDF7B;
}
.BgClassName
{
background-color: #ADDF7B;
}
</style>
border-color css
<style>
span { border-color: #ADDF7B; }
span { border-color: rgb(173,223,123); }
td.TdClassName
{
border-color: #ADDF7B;
}
.TagClassName
{
border-color: #ADDF7B;
}
</style>