Shades of Feijoa #AFDF81
Tints of Feijoa #AFDF81
RGB
CMYK
RGB Variations
Color information
#AFDF81 (or 0xAFDF81) is known color: Feijoa. HEX triplet: AF, DF and 81. RGB value is (175,223,129). Sum of RGB (Red+Green+Blue) = 175+223+129=527 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.21% from 527); Green value is 223 (87.5% from 255 or 42.31% from 527); Blue value is 129 (50.78% from 255 or 24.48% from 527); Max value from RGB is 223 - color contains mainly: green. Hex color #AFDF81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDF81 is #50207E. Grayscale: #C6C6C6. Windows color (decimal): -5251199 or 8511407. OLE color: 8511407.
HSL color Cylindrical-coordinate representation of color #AFDF81: hue angle of 90.64º degrees, saturation: 0.59, 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 #AFDF81 is Cyan = 0.22, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 223 | 129 | - |
| CMYK | 0.22 | 0 | 0.42 | 0.13 |
| HSL | 90.64º | 0.59% | 0.69% | - |
| HSV(B) | 90.64º | 0.42% | 0.87% | - |
| XYZ | 48.03 | 63.47 | 30.49 | - |
| YUV | 197.93 | 89.1 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 223 | 129 | 0.22 | 0 | 0.42 | 0.13 | 90.64 | 0.59 | 0.69 |
| Hex | AF | DF | 81 | 16 | 0 | 2A | D | 5B | 3B | 45 |
| Octal | 257 | 337 | 201 | 26 | 0 | 52 | 15 | 133 | 73 | 105 |
| Binary | 10101111 | 11011111 | 10000001 | 10110 | 0 | 101010 | 1101 | 1011011 | 111011 | 1000101 |
Color Harmonies of #AFDF81
Complementary color
Monochromatic Colors of #AFDF81
Black with #AFDF81
Text Example
Text Example
White with #AFDF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDF81; }
p { color: rgb(175,223,129); }
H1.HeaderClassName
{
color: #AFDF81;
}
.AnyTagClassName
{
color: #AFDF81;
}
</style>
background-color css
<style>
a { background-color: #AFDF81; }
a { background-color: rgb(175,223,129); }
div.DivClassName
{
background-color: #AFDF81;
}
.BgClassName
{
background-color: #AFDF81;
}
</style>
border-color css
<style>
span { border-color: #AFDF81; }
span { border-color: rgb(175,223,129); }
td.TdClassName
{
border-color: #AFDF81;
}
.TagClassName
{
border-color: #AFDF81;
}
</style>