Shades of Feijoa #AFDB95
Tints of Feijoa #AFDB95
RGB
CMYK
RGB Variations
Color information
#AFDB95 (or 0xAFDB95) is known color: Feijoa. HEX triplet: AF, DB and 95. RGB value is (175,219,149). Sum of RGB (Red+Green+Blue) = 175+219+149=543 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.23% from 543); Green value is 219 (85.94% from 255 or 40.33% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB95 is #50246A. Grayscale: #C6C6C6. Windows color (decimal): -5252203 or 9821103. OLE color: 9821103.
HSL color Cylindrical-coordinate representation of color #AFDB95: hue angle of 97.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFDB95 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 149 | - |
| CMYK | 0.20 | 0 | 0.32 | 0.14 |
| HSL | 97.71º | 0.49% | 0.72% | - |
| HSV(B) | 97.71º | 0.32% | 0.86% | - |
| XYZ | 48.44 | 61.95 | 37.84 | - |
| YUV | 197.86 | 100.42 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 149 | 0.20 | 0 | 0.32 | 0.14 | 97.71 | 0.49 | 0.72 |
| Hex | AF | DB | 95 | 14 | 0 | 20 | E | 62 | 31 | 48 |
| Octal | 257 | 333 | 225 | 24 | 0 | 40 | 16 | 142 | 61 | 110 |
| Binary | 10101111 | 11011011 | 10010101 | 10100 | 0 | 100000 | 1110 | 1100010 | 110001 | 1001000 |
Color Harmonies of #AFDB95
Complementary color
Monochromatic Colors of #AFDB95
Black with #AFDB95
Text Example
Text Example
White with #AFDB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB95; }
p { color: rgb(175,219,149); }
H1.HeaderClassName
{
color: #AFDB95;
}
.AnyTagClassName
{
color: #AFDB95;
}
</style>
background-color css
<style>
a { background-color: #AFDB95; }
a { background-color: rgb(175,219,149); }
div.DivClassName
{
background-color: #AFDB95;
}
.BgClassName
{
background-color: #AFDB95;
}
</style>
border-color css
<style>
span { border-color: #AFDB95; }
span { border-color: rgb(175,219,149); }
td.TdClassName
{
border-color: #AFDB95;
}
.TagClassName
{
border-color: #AFDB95;
}
</style>