Shades of Feijoa #AFF285
Tints of Feijoa #AFF285
RGB
CMYK
RGB Variations
Color information
#AFF285 (or 0xAFF285) is known color: Feijoa. HEX triplet: AF, F2 and 85. RGB value is (175,242,133). Sum of RGB (Red+Green+Blue) = 175+242+133=550 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.82% from 550); Green value is 242 (94.92% from 255 or 44% from 550); Blue value is 133 (52.34% from 255 or 24.18% from 550); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF285 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF285 is #500D7A. Grayscale: #D1D1D1. Windows color (decimal): -5246331 or 8778415. OLE color: 8778415.
HSL color Cylindrical-coordinate representation of color #AFF285: hue angle of 96.88º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AFF285 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 133 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.05 |
| HSL | 96.88º | 0.81% | 0.74% | - |
| HSV(B) | 96.88º | 0.45% | 0.95% | - |
| XYZ | 53.66 | 74.31 | 33.71 | - |
| YUV | 209.54 | 84.8 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 133 | 0.28 | 0 | 0.45 | 0.05 | 96.88 | 0.81 | 0.74 |
| Hex | AF | F2 | 85 | 1C | 0 | 2D | 5 | 61 | 51 | 4A |
| Octal | 257 | 362 | 205 | 34 | 0 | 55 | 5 | 141 | 121 | 112 |
| Binary | 10101111 | 11110010 | 10000101 | 11100 | 0 | 101101 | 101 | 1100001 | 1010001 | 1001010 |
Color Harmonies of #AFF285
Complementary color
Monochromatic Colors of #AFF285
Black with #AFF285
Text Example
Text Example
White with #AFF285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF285; }
p { color: rgb(175,242,133); }
H1.HeaderClassName
{
color: #AFF285;
}
.AnyTagClassName
{
color: #AFF285;
}
</style>
background-color css
<style>
a { background-color: #AFF285; }
a { background-color: rgb(175,242,133); }
div.DivClassName
{
background-color: #AFF285;
}
.BgClassName
{
background-color: #AFF285;
}
</style>
border-color css
<style>
span { border-color: #AFF285; }
span { border-color: rgb(175,242,133); }
td.TdClassName
{
border-color: #AFF285;
}
.TagClassName
{
border-color: #AFF285;
}
</style>