Shades of Feijoa #AFDA72
Tints of Feijoa #AFDA72
RGB
CMYK
RGB Variations
Color information
#AFDA72 (or 0xAFDA72) is known color: Feijoa. HEX triplet: AF, DA and 72. RGB value is (175,218,114). Sum of RGB (Red+Green+Blue) = 175+218+114=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 218 - color contains mainly: green. Hex color #AFDA72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDA72 is #50258D. Grayscale: #C1C1C1. Windows color (decimal): -5252494 or 7527087. OLE color: 7527087.
HSL color Cylindrical-coordinate representation of color #AFDA72: hue angle of 84.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFDA72 is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 218 | 114 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.15 |
| HSL | 84.81º | 0.58% | 0.65% | - |
| HSV(B) | 84.81º | 0.48% | 0.85% | - |
| XYZ | 45.79 | 60.47 | 25.18 | - |
| YUV | 193.29 | 83.25 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 218 | 114 | 0.20 | 0 | 0.48 | 0.15 | 84.81 | 0.58 | 0.65 |
| Hex | AF | DA | 72 | 14 | 0 | 30 | F | 55 | 3A | 41 |
| Octal | 257 | 332 | 162 | 24 | 0 | 60 | 17 | 125 | 72 | 101 |
| Binary | 10101111 | 11011010 | 1110010 | 10100 | 0 | 110000 | 1111 | 1010101 | 111010 | 1000001 |
Color Harmonies of #AFDA72
Complementary color
Monochromatic Colors of #AFDA72
Black with #AFDA72
Text Example
Text Example
White with #AFDA72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDA72; }
p { color: rgb(175,218,114); }
H1.HeaderClassName
{
color: #AFDA72;
}
.AnyTagClassName
{
color: #AFDA72;
}
</style>
background-color css
<style>
a { background-color: #AFDA72; }
a { background-color: rgb(175,218,114); }
div.DivClassName
{
background-color: #AFDA72;
}
.BgClassName
{
background-color: #AFDA72;
}
</style>
border-color css
<style>
span { border-color: #AFDA72; }
span { border-color: rgb(175,218,114); }
td.TdClassName
{
border-color: #AFDA72;
}
.TagClassName
{
border-color: #AFDA72;
}
</style>