Shades of Feijoa #AFDC72
Tints of Feijoa #AFDC72
RGB
CMYK
RGB Variations
Color information
#AFDC72 (or 0xAFDC72) is known color: Feijoa. HEX triplet: AF, DC and 72. RGB value is (175,220,114). Sum of RGB (Red+Green+Blue) = 175+220+114=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 114 (44.92% from 255 or 22.40% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC72 is #50238D. Grayscale: #C2C2C2. Windows color (decimal): -5251982 or 7527599. OLE color: 7527599.
HSL color Cylindrical-coordinate representation of color #AFDC72: hue angle of 85.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFDC72 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 114 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.14 |
| HSL | 85.47º | 0.6% | 0.65% | - |
| HSV(B) | 85.47º | 0.48% | 0.86% | - |
| XYZ | 46.31 | 61.52 | 25.35 | - |
| YUV | 194.46 | 82.59 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 114 | 0.20 | 0 | 0.48 | 0.14 | 85.47 | 0.6 | 0.65 |
| Hex | AF | DC | 72 | 14 | 0 | 30 | E | 55 | 3C | 41 |
| Octal | 257 | 334 | 162 | 24 | 0 | 60 | 16 | 125 | 74 | 101 |
| Binary | 10101111 | 11011100 | 1110010 | 10100 | 0 | 110000 | 1110 | 1010101 | 111100 | 1000001 |
Color Harmonies of #AFDC72
Complementary color
Monochromatic Colors of #AFDC72
Black with #AFDC72
Text Example
Text Example
White with #AFDC72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC72; }
p { color: rgb(175,220,114); }
H1.HeaderClassName
{
color: #AFDC72;
}
.AnyTagClassName
{
color: #AFDC72;
}
</style>
background-color css
<style>
a { background-color: #AFDC72; }
a { background-color: rgb(175,220,114); }
div.DivClassName
{
background-color: #AFDC72;
}
.BgClassName
{
background-color: #AFDC72;
}
</style>
border-color css
<style>
span { border-color: #AFDC72; }
span { border-color: rgb(175,220,114); }
td.TdClassName
{
border-color: #AFDC72;
}
.TagClassName
{
border-color: #AFDC72;
}
</style>