Shades of Feijoa #AFDF7D
Tints of Feijoa #AFDF7D
RGB
CMYK
RGB Variations
Color information
#AFDF7D (or 0xAFDF7D) is known color: Feijoa. HEX triplet: AF, DF and 7D. RGB value is (175,223,125). Sum of RGB (Red+Green+Blue) = 175+223+125=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 223 (87.5% from 255 or 42.64% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDF7D is #502082. Grayscale: #C5C5C5. Windows color (decimal): -5251203 or 8249263. OLE color: 8249263.
HSL color Cylindrical-coordinate representation of color #AFDF7D: hue angle of 89.39º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFDF7D is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 125 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.13 |
| HSL | 89.39º | 0.6% | 0.68% | - |
| HSV(B) | 89.39º | 0.44% | 0.87% | - |
| XYZ | 47.77 | 63.37 | 29.12 | - |
| YUV | 197.48 | 87.1 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 125 | 0.22 | 0 | 0.44 | 0.13 | 89.39 | 0.6 | 0.68 |
| Hex | AF | DF | 7D | 16 | 0 | 2C | D | 59 | 3C | 44 |
| Octal | 257 | 337 | 175 | 26 | 0 | 54 | 15 | 131 | 74 | 104 |
| Binary | 10101111 | 11011111 | 1111101 | 10110 | 0 | 101100 | 1101 | 1011001 | 111100 | 1000100 |
Color Harmonies of #AFDF7D
Complementary color
Monochromatic Colors of #AFDF7D
Black with #AFDF7D
Text Example
Text Example
White with #AFDF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF7D; }
p { color: rgb(175,223,125); }
H1.HeaderClassName
{
color: #AFDF7D;
}
.AnyTagClassName
{
color: #AFDF7D;
}
</style>
background-color css
<style>
a { background-color: #AFDF7D; }
a { background-color: rgb(175,223,125); }
div.DivClassName
{
background-color: #AFDF7D;
}
.BgClassName
{
background-color: #AFDF7D;
}
</style>
border-color css
<style>
span { border-color: #AFDF7D; }
span { border-color: rgb(175,223,125); }
td.TdClassName
{
border-color: #AFDF7D;
}
.TagClassName
{
border-color: #AFDF7D;
}
</style>