Shades of Feijoa #AFD57B
Tints of Feijoa #AFD57B
RGB
CMYK
RGB Variations
Color information
#AFD57B (or 0xAFD57B) is known color: Feijoa. HEX triplet: AF, D5 and 7B. RGB value is (175,213,123). Sum of RGB (Red+Green+Blue) = 175+213+123=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 123 (48.44% from 255 or 24.07% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFD57B is #502A84. Grayscale: #BFBFBF. Windows color (decimal): -5253765 or 8115631. OLE color: 8115631.
HSL color Cylindrical-coordinate representation of color #AFD57B: hue angle of 85.33º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFD57B is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 123 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.16 |
| HSL | 85.33º | 0.52% | 0.66% | - |
| HSV(B) | 85.33º | 0.42% | 0.84% | - |
| XYZ | 45.05 | 58.13 | 27.59 | - |
| YUV | 191.38 | 89.41 | 116.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 123 | 0.18 | 0 | 0.42 | 0.16 | 85.33 | 0.52 | 0.66 |
| Hex | AF | D5 | 7B | 12 | 0 | 2A | 10 | 55 | 34 | 42 |
| Octal | 257 | 325 | 173 | 22 | 0 | 52 | 20 | 125 | 64 | 102 |
| Binary | 10101111 | 11010101 | 1111011 | 10010 | 0 | 101010 | 10000 | 1010101 | 110100 | 1000010 |
Color Harmonies of #AFD57B
Complementary color
Monochromatic Colors of #AFD57B
Black with #AFD57B
Text Example
Text Example
White with #AFD57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD57B; }
p { color: rgb(175,213,123); }
H1.HeaderClassName
{
color: #AFD57B;
}
.AnyTagClassName
{
color: #AFD57B;
}
</style>
background-color css
<style>
a { background-color: #AFD57B; }
a { background-color: rgb(175,213,123); }
div.DivClassName
{
background-color: #AFD57B;
}
.BgClassName
{
background-color: #AFD57B;
}
</style>
border-color css
<style>
span { border-color: #AFD57B; }
span { border-color: rgb(175,213,123); }
td.TdClassName
{
border-color: #AFD57B;
}
.TagClassName
{
border-color: #AFD57B;
}
</style>