Shades of Feijoa #AFDC74
Tints of Feijoa #AFDC74
RGB
CMYK
RGB Variations
Color information
#AFDC74 (or 0xAFDC74) is known color: Feijoa. HEX triplet: AF, DC and 74. RGB value is (175,220,116). Sum of RGB (Red+Green+Blue) = 175+220+116=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 220 (86.33% from 255 or 43.05% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 220 - color contains mainly: green. Hex color #AFDC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDC74 is #50238B. Grayscale: #C3C3C3. Windows color (decimal): -5251980 or 7658671. OLE color: 7658671.
HSL color Cylindrical-coordinate representation of color #AFDC74: hue angle of 85.96º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFDC74 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 220 | 116 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.14 |
| HSL | 85.96º | 0.6% | 0.66% | - |
| HSV(B) | 85.96º | 0.47% | 0.86% | - |
| XYZ | 46.42 | 61.56 | 25.96 | - |
| YUV | 194.69 | 83.59 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 220 | 116 | 0.20 | 0 | 0.47 | 0.14 | 85.96 | 0.6 | 0.66 |
| Hex | AF | DC | 74 | 14 | 0 | 2F | E | 56 | 3C | 42 |
| Octal | 257 | 334 | 164 | 24 | 0 | 57 | 16 | 126 | 74 | 102 |
| Binary | 10101111 | 11011100 | 1110100 | 10100 | 0 | 101111 | 1110 | 1010110 | 111100 | 1000010 |
Color Harmonies of #AFDC74
Complementary color
Monochromatic Colors of #AFDC74
Black with #AFDC74
Text Example
Text Example
White with #AFDC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDC74; }
p { color: rgb(175,220,116); }
H1.HeaderClassName
{
color: #AFDC74;
}
.AnyTagClassName
{
color: #AFDC74;
}
</style>
background-color css
<style>
a { background-color: #AFDC74; }
a { background-color: rgb(175,220,116); }
div.DivClassName
{
background-color: #AFDC74;
}
.BgClassName
{
background-color: #AFDC74;
}
</style>
border-color css
<style>
span { border-color: #AFDC74; }
span { border-color: rgb(175,220,116); }
td.TdClassName
{
border-color: #AFDC74;
}
.TagClassName
{
border-color: #AFDC74;
}
</style>