Shades of Feijoa #AFDD73
Tints of Feijoa #AFDD73
RGB
CMYK
RGB Variations
Color information
#AFDD73 (or 0xAFDD73) is known color: Feijoa. HEX triplet: AF, DD and 73. RGB value is (175,221,115). Sum of RGB (Red+Green+Blue) = 175+221+115=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 221 (86.72% from 255 or 43.25% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD73 is #50228C. Grayscale: #C3C3C3. Windows color (decimal): -5251725 or 7593391. OLE color: 7593391.
HSL color Cylindrical-coordinate representation of color #AFDD73: hue angle of 86.04º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFDD73 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 115 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.13 |
| HSL | 86.04º | 0.61% | 0.66% | - |
| HSV(B) | 86.04º | 0.48% | 0.87% | - |
| XYZ | 46.63 | 62.06 | 25.74 | - |
| YUV | 195.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 115 | 0.21 | 0 | 0.48 | 0.13 | 86.04 | 0.61 | 0.66 |
| Hex | AF | DD | 73 | 15 | 0 | 30 | D | 56 | 3D | 42 |
| Octal | 257 | 335 | 163 | 25 | 0 | 60 | 15 | 126 | 75 | 102 |
| Binary | 10101111 | 11011101 | 1110011 | 10101 | 0 | 110000 | 1101 | 1010110 | 111101 | 1000010 |
Color Harmonies of #AFDD73
Complementary color
Monochromatic Colors of #AFDD73
Black with #AFDD73
Text Example
Text Example
White with #AFDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD73; }
p { color: rgb(175,221,115); }
H1.HeaderClassName
{
color: #AFDD73;
}
.AnyTagClassName
{
color: #AFDD73;
}
</style>
background-color css
<style>
a { background-color: #AFDD73; }
a { background-color: rgb(175,221,115); }
div.DivClassName
{
background-color: #AFDD73;
}
.BgClassName
{
background-color: #AFDD73;
}
</style>
border-color css
<style>
span { border-color: #AFDD73; }
span { border-color: rgb(175,221,115); }
td.TdClassName
{
border-color: #AFDD73;
}
.TagClassName
{
border-color: #AFDD73;
}
</style>