Shades of Feijoa #AFDD74
Tints of Feijoa #AFDD74
RGB
CMYK
RGB Variations
Color information
#AFDD74 (or 0xAFDD74) is known color: Feijoa. HEX triplet: AF, DD and 74. RGB value is (175,221,116). Sum of RGB (Red+Green+Blue) = 175+221+116=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 221 (86.72% from 255 or 43.16% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD74 is #50228B. Grayscale: #C3C3C3. Windows color (decimal): -5251724 or 7658927. OLE color: 7658927.
HSL color Cylindrical-coordinate representation of color #AFDD74: hue angle of 86.29º 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 #AFDD74 is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 116 | - |
| CMYK | 0.21 | 0 | 0.48 | 0.13 |
| HSL | 86.29º | 0.61% | 0.66% | - |
| HSV(B) | 86.29º | 0.48% | 0.87% | - |
| XYZ | 46.69 | 62.09 | 26.05 | - |
| YUV | 195.28 | 83.26 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 116 | 0.21 | 0 | 0.48 | 0.13 | 86.29 | 0.61 | 0.66 |
| Hex | AF | DD | 74 | 15 | 0 | 30 | D | 56 | 3D | 42 |
| Octal | 257 | 335 | 164 | 25 | 0 | 60 | 15 | 126 | 75 | 102 |
| Binary | 10101111 | 11011101 | 1110100 | 10101 | 0 | 110000 | 1101 | 1010110 | 111101 | 1000010 |
Color Harmonies of #AFDD74
Complementary color
Monochromatic Colors of #AFDD74
Black with #AFDD74
Text Example
Text Example
White with #AFDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD74; }
p { color: rgb(175,221,116); }
H1.HeaderClassName
{
color: #AFDD74;
}
.AnyTagClassName
{
color: #AFDD74;
}
</style>
background-color css
<style>
a { background-color: #AFDD74; }
a { background-color: rgb(175,221,116); }
div.DivClassName
{
background-color: #AFDD74;
}
.BgClassName
{
background-color: #AFDD74;
}
</style>
border-color css
<style>
span { border-color: #AFDD74; }
span { border-color: rgb(175,221,116); }
td.TdClassName
{
border-color: #AFDD74;
}
.TagClassName
{
border-color: #AFDD74;
}
</style>