Shades of Feijoa #AFDD85
Tints of Feijoa #AFDD85
RGB
CMYK
RGB Variations
Color information
#AFDD85 (or 0xAFDD85) is known color: Feijoa. HEX triplet: AF, DD and 85. RGB value is (175,221,133). Sum of RGB (Red+Green+Blue) = 175+221+133=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 133 (52.34% from 255 or 25.14% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD85 is #50227A. Grayscale: #C5C5C5. Windows color (decimal): -5251707 or 8773039. OLE color: 8773039.
HSL color Cylindrical-coordinate representation of color #AFDD85: hue angle of 91.36º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDD85 is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 133 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.13 |
| HSL | 91.36º | 0.56% | 0.69% | - |
| HSV(B) | 91.36º | 0.4% | 0.87% | - |
| XYZ | 47.77 | 62.52 | 31.74 | - |
| YUV | 197.21 | 91.76 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 133 | 0.21 | 0 | 0.40 | 0.13 | 91.36 | 0.56 | 0.69 |
| Hex | AF | DD | 85 | 15 | 0 | 28 | D | 5B | 38 | 45 |
| Octal | 257 | 335 | 205 | 25 | 0 | 50 | 15 | 133 | 70 | 105 |
| Binary | 10101111 | 11011101 | 10000101 | 10101 | 0 | 101000 | 1101 | 1011011 | 111000 | 1000101 |
Color Harmonies of #AFDD85
Complementary color
Monochromatic Colors of #AFDD85
Black with #AFDD85
Text Example
Text Example
White with #AFDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD85; }
p { color: rgb(175,221,133); }
H1.HeaderClassName
{
color: #AFDD85;
}
.AnyTagClassName
{
color: #AFDD85;
}
</style>
background-color css
<style>
a { background-color: #AFDD85; }
a { background-color: rgb(175,221,133); }
div.DivClassName
{
background-color: #AFDD85;
}
.BgClassName
{
background-color: #AFDD85;
}
</style>
border-color css
<style>
span { border-color: #AFDD85; }
span { border-color: rgb(175,221,133); }
td.TdClassName
{
border-color: #AFDD85;
}
.TagClassName
{
border-color: #AFDD85;
}
</style>