Shades of Feijoa #AFDF85
Tints of Feijoa #AFDF85
RGB
CMYK
RGB Variations
Color information
#AFDF85 (or 0xAFDF85) is known color: Feijoa. HEX triplet: AF, DF and 85. RGB value is (175,223,133). Sum of RGB (Red+Green+Blue) = 175+223+133=531 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.96% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF85 is #50207A. Grayscale: #C6C6C6. Windows color (decimal): -5251195 or 8773551. OLE color: 8773551.
HSL color Cylindrical-coordinate representation of color #AFDF85: hue angle of 92º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDF85 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 133 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.13 |
| HSL | 92º | 0.58% | 0.7% | - |
| HSV(B) | 92º | 0.4% | 0.87% | - |
| XYZ | 48.3 | 63.58 | 31.92 | - |
| YUV | 198.39 | 91.1 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 133 | 0.22 | 0 | 0.40 | 0.13 | 92 | 0.58 | 0.7 |
| Hex | AF | DF | 85 | 16 | 0 | 28 | D | 5C | 3A | 46 |
| Octal | 257 | 337 | 205 | 26 | 0 | 50 | 15 | 134 | 72 | 106 |
| Binary | 10101111 | 11011111 | 10000101 | 10110 | 0 | 101000 | 1101 | 1011100 | 111010 | 1000110 |
Color Harmonies of #AFDF85
Complementary color
Monochromatic Colors of #AFDF85
Black with #AFDF85
Text Example
Text Example
White with #AFDF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF85; }
p { color: rgb(175,223,133); }
H1.HeaderClassName
{
color: #AFDF85;
}
.AnyTagClassName
{
color: #AFDF85;
}
</style>
background-color css
<style>
a { background-color: #AFDF85; }
a { background-color: rgb(175,223,133); }
div.DivClassName
{
background-color: #AFDF85;
}
.BgClassName
{
background-color: #AFDF85;
}
</style>
border-color css
<style>
span { border-color: #AFDF85; }
span { border-color: rgb(175,223,133); }
td.TdClassName
{
border-color: #AFDF85;
}
.TagClassName
{
border-color: #AFDF85;
}
</style>