Shades of Feijoa #AFDD7B
Tints of Feijoa #AFDD7B
RGB
CMYK
RGB Variations
Color information
#AFDD7B (or 0xAFDD7B) is known color: Feijoa. HEX triplet: AF, DD and 7B. RGB value is (175,221,123). Sum of RGB (Red+Green+Blue) = 175+221+123=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 221 (86.72% from 255 or 42.58% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD7B is #502284. Grayscale: #C4C4C4. Windows color (decimal): -5251717 or 8117679. OLE color: 8117679.
HSL color Cylindrical-coordinate representation of color #AFDD7B: hue angle of 88.16º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFDD7B is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 123 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.13 |
| HSL | 88.16º | 0.59% | 0.67% | - |
| HSV(B) | 88.16º | 0.44% | 0.87% | - |
| XYZ | 47.11 | 62.26 | 28.27 | - |
| YUV | 196.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 123 | 0.21 | 0 | 0.44 | 0.13 | 88.16 | 0.59 | 0.67 |
| Hex | AF | DD | 7B | 15 | 0 | 2C | D | 58 | 3B | 43 |
| Octal | 257 | 335 | 173 | 25 | 0 | 54 | 15 | 130 | 73 | 103 |
| Binary | 10101111 | 11011101 | 1111011 | 10101 | 0 | 101100 | 1101 | 1011000 | 111011 | 1000011 |
Color Harmonies of #AFDD7B
Complementary color
Monochromatic Colors of #AFDD7B
Black with #AFDD7B
Text Example
Text Example
White with #AFDD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD7B; }
p { color: rgb(175,221,123); }
H1.HeaderClassName
{
color: #AFDD7B;
}
.AnyTagClassName
{
color: #AFDD7B;
}
</style>
background-color css
<style>
a { background-color: #AFDD7B; }
a { background-color: rgb(175,221,123); }
div.DivClassName
{
background-color: #AFDD7B;
}
.BgClassName
{
background-color: #AFDD7B;
}
</style>
border-color css
<style>
span { border-color: #AFDD7B; }
span { border-color: rgb(175,221,123); }
td.TdClassName
{
border-color: #AFDD7B;
}
.TagClassName
{
border-color: #AFDD7B;
}
</style>