Shades of Feijoa #AFDB81
Tints of Feijoa #AFDB81
RGB
CMYK
RGB Variations
Color information
#AFDB81 (or 0xAFDB81) is known color: Feijoa. HEX triplet: AF, DB and 81. RGB value is (175,219,129). Sum of RGB (Red+Green+Blue) = 175+219+129=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB81 is #50247E. Grayscale: #C3C3C3. Windows color (decimal): -5252223 or 8510383. OLE color: 8510383.
HSL color Cylindrical-coordinate representation of color #AFDB81: hue angle of 89.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDB81 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 129 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.14 |
| HSL | 89.33º | 0.56% | 0.68% | - |
| HSV(B) | 89.33º | 0.41% | 0.86% | - |
| XYZ | 46.97 | 61.36 | 30.14 | - |
| YUV | 195.58 | 90.42 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 129 | 0.20 | 0 | 0.41 | 0.14 | 89.33 | 0.56 | 0.68 |
| Hex | AF | DB | 81 | 14 | 0 | 29 | E | 59 | 38 | 44 |
| Octal | 257 | 333 | 201 | 24 | 0 | 51 | 16 | 131 | 70 | 104 |
| Binary | 10101111 | 11011011 | 10000001 | 10100 | 0 | 101001 | 1110 | 1011001 | 111000 | 1000100 |
Color Harmonies of #AFDB81
Complementary color
Monochromatic Colors of #AFDB81
Black with #AFDB81
Text Example
Text Example
White with #AFDB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB81; }
p { color: rgb(175,219,129); }
H1.HeaderClassName
{
color: #AFDB81;
}
.AnyTagClassName
{
color: #AFDB81;
}
</style>
background-color css
<style>
a { background-color: #AFDB81; }
a { background-color: rgb(175,219,129); }
div.DivClassName
{
background-color: #AFDB81;
}
.BgClassName
{
background-color: #AFDB81;
}
</style>
border-color css
<style>
span { border-color: #AFDB81; }
span { border-color: rgb(175,219,129); }
td.TdClassName
{
border-color: #AFDB81;
}
.TagClassName
{
border-color: #AFDB81;
}
</style>