Shades of Feijoa #AFDB83
Tints of Feijoa #AFDB83
RGB
CMYK
RGB Variations
Color information
#AFDB83 (or 0xAFDB83) is known color: Feijoa. HEX triplet: AF, DB and 83. RGB value is (175,219,131). Sum of RGB (Red+Green+Blue) = 175+219+131=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB83 is #50247C. Grayscale: #C4C4C4. Windows color (decimal): -5252221 or 8641455. OLE color: 8641455.
HSL color Cylindrical-coordinate representation of color #AFDB83: hue angle of 90º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFDB83 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 219 | 131 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.14 |
| HSL | 90º | 0.55% | 0.69% | - |
| HSV(B) | 90º | 0.4% | 0.86% | - |
| XYZ | 47.11 | 61.42 | 30.84 | - |
| YUV | 195.81 | 91.42 | 113.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 219 | 131 | 0.20 | 0 | 0.40 | 0.14 | 90 | 0.55 | 0.69 |
| Hex | AF | DB | 83 | 14 | 0 | 28 | E | 5A | 37 | 45 |
| Octal | 257 | 333 | 203 | 24 | 0 | 50 | 16 | 132 | 67 | 105 |
| Binary | 10101111 | 11011011 | 10000011 | 10100 | 0 | 101000 | 1110 | 1011010 | 110111 | 1000101 |
Color Harmonies of #AFDB83
Complementary color
Monochromatic Colors of #AFDB83
Black with #AFDB83
Text Example
Text Example
White with #AFDB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDB83; }
p { color: rgb(175,219,131); }
H1.HeaderClassName
{
color: #AFDB83;
}
.AnyTagClassName
{
color: #AFDB83;
}
</style>
background-color css
<style>
a { background-color: #AFDB83; }
a { background-color: rgb(175,219,131); }
div.DivClassName
{
background-color: #AFDB83;
}
.BgClassName
{
background-color: #AFDB83;
}
</style>
border-color css
<style>
span { border-color: #AFDB83; }
span { border-color: rgb(175,219,131); }
td.TdClassName
{
border-color: #AFDB83;
}
.TagClassName
{
border-color: #AFDB83;
}
</style>