Shades of Feijoa #AFDD70
Tints of Feijoa #AFDD70
RGB
CMYK
RGB Variations
Color information
#AFDD70 (or 0xAFDD70) is known color: Feijoa. HEX triplet: AF, DD and 70. RGB value is (175,221,112). Sum of RGB (Red+Green+Blue) = 175+221+112=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFDD70 is #50228F. Grayscale: #C3C3C3. Windows color (decimal): -5251728 or 7396783. OLE color: 7396783.
HSL color Cylindrical-coordinate representation of color #AFDD70: hue angle of 85.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFDD70 is Cyan = 0.21, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 112 | - |
| CMYK | 0.21 | 0 | 0.49 | 0.13 |
| HSL | 85.32º | 0.62% | 0.65% | - |
| HSV(B) | 85.32º | 0.49% | 0.87% | - |
| XYZ | 46.46 | 62 | 24.85 | - |
| YUV | 194.82 | 81.26 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 112 | 0.21 | 0 | 0.49 | 0.13 | 85.32 | 0.62 | 0.65 |
| Hex | AF | DD | 70 | 15 | 0 | 31 | D | 55 | 3E | 41 |
| Octal | 257 | 335 | 160 | 25 | 0 | 61 | 15 | 125 | 76 | 101 |
| Binary | 10101111 | 11011101 | 1110000 | 10101 | 0 | 110001 | 1101 | 1010101 | 111110 | 1000001 |
Color Harmonies of #AFDD70
Complementary color
Monochromatic Colors of #AFDD70
Black with #AFDD70
Text Example
Text Example
White with #AFDD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD70; }
p { color: rgb(175,221,112); }
H1.HeaderClassName
{
color: #AFDD70;
}
.AnyTagClassName
{
color: #AFDD70;
}
</style>
background-color css
<style>
a { background-color: #AFDD70; }
a { background-color: rgb(175,221,112); }
div.DivClassName
{
background-color: #AFDD70;
}
.BgClassName
{
background-color: #AFDD70;
}
</style>
border-color css
<style>
span { border-color: #AFDD70; }
span { border-color: rgb(175,221,112); }
td.TdClassName
{
border-color: #AFDD70;
}
.TagClassName
{
border-color: #AFDD70;
}
</style>