Shades of Feijoa #AFDC82
Tints of Feijoa #AFDC82
RGB
CMYK
RGB Variations
Color information
#AFDC82 (or 0xAFDC82) is known color: Feijoa. HEX triplet: AF, DC and 82. RGB value is (175,220,130). Sum of RGB (Red+Green+Blue) = 175+220+130=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 220 (86.33% from 255 or 41.90% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDC82 is #50237D. Grayscale: #C4C4C4. Windows color (decimal): -5251966 or 8576175. OLE color: 8576175.
HSL color Cylindrical-coordinate representation of color #AFDC82: hue angle of 90º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AFDC82 is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 130 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.14 |
| HSL | 90º | 0.56% | 0.69% | - |
| HSV(B) | 90º | 0.41% | 0.86% | - |
| XYZ | 47.3 | 61.91 | 30.58 | - |
| YUV | 196.29 | 90.59 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 130 | 0.20 | 0 | 0.41 | 0.14 | 90 | 0.56 | 0.69 |
| Hex | AF | DC | 82 | 14 | 0 | 29 | E | 5A | 38 | 45 |
| Octal | 257 | 334 | 202 | 24 | 0 | 51 | 16 | 132 | 70 | 105 |
| Binary | 10101111 | 11011100 | 10000010 | 10100 | 0 | 101001 | 1110 | 1011010 | 111000 | 1000101 |
Color Harmonies of #AFDC82
Complementary color
Monochromatic Colors of #AFDC82
Black with #AFDC82
Text Example
Text Example
White with #AFDC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC82; }
p { color: rgb(175,220,130); }
H1.HeaderClassName
{
color: #AFDC82;
}
.AnyTagClassName
{
color: #AFDC82;
}
</style>
background-color css
<style>
a { background-color: #AFDC82; }
a { background-color: rgb(175,220,130); }
div.DivClassName
{
background-color: #AFDC82;
}
.BgClassName
{
background-color: #AFDC82;
}
</style>
border-color css
<style>
span { border-color: #AFDC82; }
span { border-color: rgb(175,220,130); }
td.TdClassName
{
border-color: #AFDC82;
}
.TagClassName
{
border-color: #AFDC82;
}
</style>