Shades of Feijoa #AFDB7B
Tints of Feijoa #AFDB7B
RGB
CMYK
RGB Variations
Color information
#AFDB7B (or 0xAFDB7B) is known color: Feijoa. HEX triplet: AF, DB and 7B. RGB value is (175,219,123). Sum of RGB (Red+Green+Blue) = 175+219+123=517 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.85% from 517); Green value is 219 (85.94% from 255 or 42.36% from 517); Blue value is 123 (48.44% from 255 or 23.79% from 517); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB7B is #502484. Grayscale: #C3C3C3. Windows color (decimal): -5252229 or 8117167. OLE color: 8117167.
HSL color Cylindrical-coordinate representation of color #AFDB7B: hue angle of 87.5º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFDB7B is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 123 | - |
| CMYK | 0.20 | 0 | 0.44 | 0.14 |
| HSL | 87.5º | 0.57% | 0.67% | - |
| HSV(B) | 87.5º | 0.44% | 0.86% | - |
| XYZ | 46.59 | 61.21 | 28.1 | - |
| YUV | 194.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 123 | 0.20 | 0 | 0.44 | 0.14 | 87.5 | 0.57 | 0.67 |
| Hex | AF | DB | 7B | 14 | 0 | 2C | E | 57 | 39 | 43 |
| Octal | 257 | 333 | 173 | 24 | 0 | 54 | 16 | 127 | 71 | 103 |
| Binary | 10101111 | 11011011 | 1111011 | 10100 | 0 | 101100 | 1110 | 1010111 | 111001 | 1000011 |
Color Harmonies of #AFDB7B
Complementary color
Monochromatic Colors of #AFDB7B
Black with #AFDB7B
Text Example
Text Example
White with #AFDB7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB7B; }
p { color: rgb(175,219,123); }
H1.HeaderClassName
{
color: #AFDB7B;
}
.AnyTagClassName
{
color: #AFDB7B;
}
</style>
background-color css
<style>
a { background-color: #AFDB7B; }
a { background-color: rgb(175,219,123); }
div.DivClassName
{
background-color: #AFDB7B;
}
.BgClassName
{
background-color: #AFDB7B;
}
</style>
border-color css
<style>
span { border-color: #AFDB7B; }
span { border-color: rgb(175,219,123); }
td.TdClassName
{
border-color: #AFDB7B;
}
.TagClassName
{
border-color: #AFDB7B;
}
</style>