Shades of Feijoa #AFDB7D
Tints of Feijoa #AFDB7D
RGB
CMYK
RGB Variations
Color information
#AFDB7D (or 0xAFDB7D) is known color: Feijoa. HEX triplet: AF, DB and 7D. RGB value is (175,219,125). Sum of RGB (Red+Green+Blue) = 175+219+125=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 219 (85.94% from 255 or 42.20% from 519); Blue value is 125 (49.22% from 255 or 24.08% from 519); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDB7D is #502482. Grayscale: #C3C3C3. Windows color (decimal): -5252227 or 8248239. OLE color: 8248239.
HSL color Cylindrical-coordinate representation of color #AFDB7D: hue angle of 88.09º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AFDB7D is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 125 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.14 |
| HSL | 88.09º | 0.57% | 0.67% | - |
| HSV(B) | 88.09º | 0.43% | 0.86% | - |
| XYZ | 46.71 | 61.26 | 28.76 | - |
| YUV | 195.13 | 88.42 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 125 | 0.20 | 0 | 0.43 | 0.14 | 88.09 | 0.57 | 0.67 |
| Hex | AF | DB | 7D | 14 | 0 | 2B | E | 58 | 39 | 43 |
| Octal | 257 | 333 | 175 | 24 | 0 | 53 | 16 | 130 | 71 | 103 |
| Binary | 10101111 | 11011011 | 1111101 | 10100 | 0 | 101011 | 1110 | 1011000 | 111001 | 1000011 |
Color Harmonies of #AFDB7D
Complementary color
Monochromatic Colors of #AFDB7D
Black with #AFDB7D
Text Example
Text Example
White with #AFDB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB7D; }
p { color: rgb(175,219,125); }
H1.HeaderClassName
{
color: #AFDB7D;
}
.AnyTagClassName
{
color: #AFDB7D;
}
</style>
background-color css
<style>
a { background-color: #AFDB7D; }
a { background-color: rgb(175,219,125); }
div.DivClassName
{
background-color: #AFDB7D;
}
.BgClassName
{
background-color: #AFDB7D;
}
</style>
border-color css
<style>
span { border-color: #AFDB7D; }
span { border-color: rgb(175,219,125); }
td.TdClassName
{
border-color: #AFDB7D;
}
.TagClassName
{
border-color: #AFDB7D;
}
</style>