Shades of Feijoa #AFDE7B
Tints of Feijoa #AFDE7B
RGB
CMYK
RGB Variations
Color information
#AFDE7B (or 0xAFDE7B) is known color: Feijoa. HEX triplet: AF, DE and 7B. RGB value is (175,222,123). Sum of RGB (Red+Green+Blue) = 175+222+123=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 222 (87.11% from 255 or 42.69% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDE7B is #502184. Grayscale: #C5C5C5. Windows color (decimal): -5251461 or 8117935. OLE color: 8117935.
HSL color Cylindrical-coordinate representation of color #AFDE7B: hue angle of 88.48º degrees, saturation: 0.6, 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 #AFDE7B is Cyan = 0.21, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 123 | - |
| CMYK | 0.21 | 0 | 0.45 | 0.13 |
| HSL | 88.48º | 0.6% | 0.68% | - |
| HSV(B) | 88.48º | 0.45% | 0.87% | - |
| XYZ | 47.38 | 62.79 | 28.36 | - |
| YUV | 196.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 123 | 0.21 | 0 | 0.45 | 0.13 | 88.48 | 0.6 | 0.68 |
| Hex | AF | DE | 7B | 15 | 0 | 2D | D | 58 | 3C | 44 |
| Octal | 257 | 336 | 173 | 25 | 0 | 55 | 15 | 130 | 74 | 104 |
| Binary | 10101111 | 11011110 | 1111011 | 10101 | 0 | 101101 | 1101 | 1011000 | 111100 | 1000100 |
Color Harmonies of #AFDE7B
Complementary color
Monochromatic Colors of #AFDE7B
Black with #AFDE7B
Text Example
Text Example
White with #AFDE7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDE7B; }
p { color: rgb(175,222,123); }
H1.HeaderClassName
{
color: #AFDE7B;
}
.AnyTagClassName
{
color: #AFDE7B;
}
</style>
background-color css
<style>
a { background-color: #AFDE7B; }
a { background-color: rgb(175,222,123); }
div.DivClassName
{
background-color: #AFDE7B;
}
.BgClassName
{
background-color: #AFDE7B;
}
</style>
border-color css
<style>
span { border-color: #AFDE7B; }
span { border-color: rgb(175,222,123); }
td.TdClassName
{
border-color: #AFDE7B;
}
.TagClassName
{
border-color: #AFDE7B;
}
</style>