Shades of Feijoa #AFDF7B
Tints of Feijoa #AFDF7B
RGB
CMYK
RGB Variations
Color information
#AFDF7B (or 0xAFDF7B) is known color: Feijoa. HEX triplet: AF, DF and 7B. RGB value is (175,223,123). Sum of RGB (Red+Green+Blue) = 175+223+123=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 223 (87.5% from 255 or 42.80% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF7B is #502084. Grayscale: #C5C5C5. Windows color (decimal): -5251205 or 8118191. OLE color: 8118191.
HSL color Cylindrical-coordinate representation of color #AFDF7B: hue angle of 88.8º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFDF7B is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 123 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.13 |
| HSL | 88.8º | 0.61% | 0.68% | - |
| HSV(B) | 88.8º | 0.45% | 0.87% | - |
| XYZ | 47.64 | 63.32 | 28.45 | - |
| YUV | 197.25 | 86.1 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 123 | 0.22 | 0 | 0.45 | 0.13 | 88.8 | 0.61 | 0.68 |
| Hex | AF | DF | 7B | 16 | 0 | 2D | D | 59 | 3D | 44 |
| Octal | 257 | 337 | 173 | 26 | 0 | 55 | 15 | 131 | 75 | 104 |
| Binary | 10101111 | 11011111 | 1111011 | 10110 | 0 | 101101 | 1101 | 1011001 | 111101 | 1000100 |
Color Harmonies of #AFDF7B
Complementary color
Monochromatic Colors of #AFDF7B
Black with #AFDF7B
Text Example
Text Example
White with #AFDF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF7B; }
p { color: rgb(175,223,123); }
H1.HeaderClassName
{
color: #AFDF7B;
}
.AnyTagClassName
{
color: #AFDF7B;
}
</style>
background-color css
<style>
a { background-color: #AFDF7B; }
a { background-color: rgb(175,223,123); }
div.DivClassName
{
background-color: #AFDF7B;
}
.BgClassName
{
background-color: #AFDF7B;
}
</style>
border-color css
<style>
span { border-color: #AFDF7B; }
span { border-color: rgb(175,223,123); }
td.TdClassName
{
border-color: #AFDF7B;
}
.TagClassName
{
border-color: #AFDF7B;
}
</style>