Shades of Feijoa #AFD58D
Tints of Feijoa #AFD58D
RGB
CMYK
RGB Variations
Color information
#AFD58D (or 0xAFD58D) is known color: Feijoa. HEX triplet: AF, D5 and 8D. RGB value is (175,213,141). Sum of RGB (Red+Green+Blue) = 175+213+141=529 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.08% from 529); Green value is 213 (83.59% from 255 or 40.26% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD58D is #502A72. Grayscale: #C1C1C1. Windows color (decimal): -5253747 or 9295279. OLE color: 9295279.
HSL color Cylindrical-coordinate representation of color #AFD58D: hue angle of 91.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFD58D is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 141 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.16 |
| HSL | 91.67º | 0.46% | 0.69% | - |
| HSV(B) | 91.67º | 0.34% | 0.84% | - |
| XYZ | 46.28 | 58.63 | 34.08 | - |
| YUV | 193.43 | 98.41 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 141 | 0.18 | 0 | 0.34 | 0.16 | 91.67 | 0.46 | 0.69 |
| Hex | AF | D5 | 8D | 12 | 0 | 22 | 10 | 5C | 2E | 45 |
| Octal | 257 | 325 | 215 | 22 | 0 | 42 | 20 | 134 | 56 | 105 |
| Binary | 10101111 | 11010101 | 10001101 | 10010 | 0 | 100010 | 10000 | 1011100 | 101110 | 1000101 |
Color Harmonies of #AFD58D
Complementary color
Monochromatic Colors of #AFD58D
Black with #AFD58D
Text Example
Text Example
White with #AFD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD58D; }
p { color: rgb(175,213,141); }
H1.HeaderClassName
{
color: #AFD58D;
}
.AnyTagClassName
{
color: #AFD58D;
}
</style>
background-color css
<style>
a { background-color: #AFD58D; }
a { background-color: rgb(175,213,141); }
div.DivClassName
{
background-color: #AFD58D;
}
.BgClassName
{
background-color: #AFD58D;
}
</style>
border-color css
<style>
span { border-color: #AFD58D; }
span { border-color: rgb(175,213,141); }
td.TdClassName
{
border-color: #AFD58D;
}
.TagClassName
{
border-color: #AFD58D;
}
</style>