Shades of Feijoa #AFD58B
Tints of Feijoa #AFD58B
RGB
CMYK
RGB Variations
Color information
#AFD58B (or 0xAFD58B) is known color: Feijoa. HEX triplet: AF, D5 and 8B. RGB value is (175,213,139). Sum of RGB (Red+Green+Blue) = 175+213+139=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #AFD58B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD58B is #502A74. Grayscale: #C1C1C1. Windows color (decimal): -5253749 or 9164207. OLE color: 9164207.
HSL color Cylindrical-coordinate representation of color #AFD58B: hue angle of 90.81º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFD58B is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 213 | 139 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.16 |
| HSL | 90.81º | 0.47% | 0.69% | - |
| HSV(B) | 90.81º | 0.35% | 0.84% | - |
| XYZ | 46.13 | 58.57 | 33.3 | - |
| YUV | 193.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 213 | 139 | 0.18 | 0 | 0.35 | 0.16 | 90.81 | 0.47 | 0.69 |
| Hex | AF | D5 | 8B | 12 | 0 | 23 | 10 | 5B | 2F | 45 |
| Octal | 257 | 325 | 213 | 22 | 0 | 43 | 20 | 133 | 57 | 105 |
| Binary | 10101111 | 11010101 | 10001011 | 10010 | 0 | 100011 | 10000 | 1011011 | 101111 | 1000101 |
Color Harmonies of #AFD58B
Complementary color
Monochromatic Colors of #AFD58B
Black with #AFD58B
Text Example
Text Example
White with #AFD58B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFD58B; }
p { color: rgb(175,213,139); }
H1.HeaderClassName
{
color: #AFD58B;
}
.AnyTagClassName
{
color: #AFD58B;
}
</style>
background-color css
<style>
a { background-color: #AFD58B; }
a { background-color: rgb(175,213,139); }
div.DivClassName
{
background-color: #AFD58B;
}
.BgClassName
{
background-color: #AFD58B;
}
</style>
border-color css
<style>
span { border-color: #AFD58B; }
span { border-color: rgb(175,213,139); }
td.TdClassName
{
border-color: #AFD58B;
}
.TagClassName
{
border-color: #AFD58B;
}
</style>