Shades of Feijoa #AFDD81
Tints of Feijoa #AFDD81
RGB
CMYK
RGB Variations
Color information
#AFDD81 (or 0xAFDD81) is known color: Feijoa. HEX triplet: AF, DD and 81. RGB value is (175,221,129). Sum of RGB (Red+Green+Blue) = 175+221+129=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #AFDD81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDD81 is #50227E. Grayscale: #C5C5C5. Windows color (decimal): -5251711 or 8510895. OLE color: 8510895.
HSL color Cylindrical-coordinate representation of color #AFDD81: hue angle of 90º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AFDD81 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 221 | 129 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.13 |
| HSL | 90º | 0.58% | 0.69% | - |
| HSV(B) | 90º | 0.42% | 0.87% | - |
| XYZ | 47.5 | 62.41 | 30.31 | - |
| YUV | 196.76 | 89.76 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 221 | 129 | 0.21 | 0 | 0.42 | 0.13 | 90 | 0.58 | 0.69 |
| Hex | AF | DD | 81 | 15 | 0 | 2A | D | 5A | 3A | 45 |
| Octal | 257 | 335 | 201 | 25 | 0 | 52 | 15 | 132 | 72 | 105 |
| Binary | 10101111 | 11011101 | 10000001 | 10101 | 0 | 101010 | 1101 | 1011010 | 111010 | 1000101 |
Color Harmonies of #AFDD81
Complementary color
Monochromatic Colors of #AFDD81
Black with #AFDD81
Text Example
Text Example
White with #AFDD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDD81; }
p { color: rgb(175,221,129); }
H1.HeaderClassName
{
color: #AFDD81;
}
.AnyTagClassName
{
color: #AFDD81;
}
</style>
background-color css
<style>
a { background-color: #AFDD81; }
a { background-color: rgb(175,221,129); }
div.DivClassName
{
background-color: #AFDD81;
}
.BgClassName
{
background-color: #AFDD81;
}
</style>
border-color css
<style>
span { border-color: #AFDD81; }
span { border-color: rgb(175,221,129); }
td.TdClassName
{
border-color: #AFDD81;
}
.TagClassName
{
border-color: #AFDD81;
}
</style>