Shades of Feijoa #ADDB83
Tints of Feijoa #ADDB83
RGB
CMYK
RGB Variations
Color information
#ADDB83 (or 0xADDB83) is known color: Feijoa. HEX triplet: AD, DB and 83. RGB value is (173,219,131). Sum of RGB (Red+Green+Blue) = 173+219+131=523 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.08% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADDB83 is #52247C. Grayscale: #C3C3C3. Windows color (decimal): -5383293 or 8641453. OLE color: 8641453.
HSL color Cylindrical-coordinate representation of color #ADDB83: hue angle of 91.36º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ADDB83 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 173 | 219 | 131 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.14 |
| HSL | 91.36º | 0.55% | 0.69% | - |
| HSV(B) | 91.36º | 0.4% | 0.86% | - |
| XYZ | 46.66 | 61.19 | 30.82 | - |
| YUV | 195.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 219 | 131 | 0.21 | 0 | 0.40 | 0.14 | 91.36 | 0.55 | 0.69 |
| Hex | AD | DB | 83 | 15 | 0 | 28 | E | 5B | 37 | 45 |
| Octal | 255 | 333 | 203 | 25 | 0 | 50 | 16 | 133 | 67 | 105 |
| Binary | 10101101 | 11011011 | 10000011 | 10101 | 0 | 101000 | 1110 | 1011011 | 110111 | 1000101 |
Color Harmonies of #ADDB83
Complementary color
Monochromatic Colors of #ADDB83
Black with #ADDB83
Text Example
Text Example
White with #ADDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADDB83; }
p { color: rgb(173,219,131); }
H1.HeaderClassName
{
color: #ADDB83;
}
.AnyTagClassName
{
color: #ADDB83;
}
</style>
background-color css
<style>
a { background-color: #ADDB83; }
a { background-color: rgb(173,219,131); }
div.DivClassName
{
background-color: #ADDB83;
}
.BgClassName
{
background-color: #ADDB83;
}
</style>
border-color css
<style>
span { border-color: #ADDB83; }
span { border-color: rgb(173,219,131); }
td.TdClassName
{
border-color: #ADDB83;
}
.TagClassName
{
border-color: #ADDB83;
}
</style>