Shades of Feijoa #A5DB75
Tints of Feijoa #A5DB75
RGB
CMYK
RGB Variations
Color information
#A5DB75 (or 0xA5DB75) is known color: Feijoa. HEX triplet: A5, DB and 75. RGB value is (165,219,117). Sum of RGB (Red+Green+Blue) = 165+219+117=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 219 - color contains mainly: green. Hex color #A5DB75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DB75 is #5A248A. Grayscale: #BFBFBF. Windows color (decimal): -5907595 or 7723941. OLE color: 7723941.
HSL color Cylindrical-coordinate representation of color #A5DB75: hue angle of 91.76º 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 #A5DB75 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 219 | 117 | - |
| CMYK | 0.25 | 0 | 0.47 | 0.14 |
| HSL | 91.76º | 0.59% | 0.66% | - |
| HSV(B) | 91.76º | 0.47% | 0.86% | - |
| XYZ | 44.06 | 59.95 | 26.08 | - |
| YUV | 191.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 219 | 117 | 0.25 | 0 | 0.47 | 0.14 | 91.76 | 0.59 | 0.66 |
| Hex | A5 | DB | 75 | 19 | 0 | 2F | E | 5C | 3B | 42 |
| Octal | 245 | 333 | 165 | 31 | 0 | 57 | 16 | 134 | 73 | 102 |
| Binary | 10100101 | 11011011 | 1110101 | 11001 | 0 | 101111 | 1110 | 1011100 | 111011 | 1000010 |
Color Harmonies of #A5DB75
Complementary color
Monochromatic Colors of #A5DB75
Black with #A5DB75
Text Example
Text Example
White with #A5DB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5DB75; }
p { color: rgb(165,219,117); }
H1.HeaderClassName
{
color: #A5DB75;
}
.AnyTagClassName
{
color: #A5DB75;
}
</style>
background-color css
<style>
a { background-color: #A5DB75; }
a { background-color: rgb(165,219,117); }
div.DivClassName
{
background-color: #A5DB75;
}
.BgClassName
{
background-color: #A5DB75;
}
</style>
border-color css
<style>
span { border-color: #A5DB75; }
span { border-color: rgb(165,219,117); }
td.TdClassName
{
border-color: #A5DB75;
}
.TagClassName
{
border-color: #A5DB75;
}
</style>