Shades of Feijoa #AFF385
Tints of Feijoa #AFF385
RGB
CMYK
RGB Variations
Color information
#AFF385 (or 0xAFF385) is known color: Feijoa. HEX triplet: AF, F3 and 85. RGB value is (175,243,133). Sum of RGB (Red+Green+Blue) = 175+243+133=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 243 (95.31% from 255 or 44.10% from 551); Blue value is 133 (52.34% from 255 or 24.14% from 551); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF385 is #500C7A. Grayscale: #D2D2D2. Windows color (decimal): -5246075 or 8778671. OLE color: 8778671.
HSL color Cylindrical-coordinate representation of color #AFF385: hue angle of 97.09º degrees, saturation: 0.82, 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 #AFF385 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 133 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.05 |
| HSL | 97.09º | 0.82% | 0.74% | - |
| HSV(B) | 97.09º | 0.45% | 0.95% | - |
| XYZ | 53.96 | 74.91 | 33.8 | - |
| YUV | 210.13 | 84.47 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 133 | 0.28 | 0 | 0.45 | 0.05 | 97.09 | 0.82 | 0.74 |
| Hex | AF | F3 | 85 | 1C | 0 | 2D | 5 | 61 | 52 | 4A |
| Octal | 257 | 363 | 205 | 34 | 0 | 55 | 5 | 141 | 122 | 112 |
| Binary | 10101111 | 11110011 | 10000101 | 11100 | 0 | 101101 | 101 | 1100001 | 1010010 | 1001010 |
Color Harmonies of #AFF385
Complementary color
Monochromatic Colors of #AFF385
Black with #AFF385
Text Example
Text Example
White with #AFF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF385; }
p { color: rgb(175,243,133); }
H1.HeaderClassName
{
color: #AFF385;
}
.AnyTagClassName
{
color: #AFF385;
}
</style>
background-color css
<style>
a { background-color: #AFF385; }
a { background-color: rgb(175,243,133); }
div.DivClassName
{
background-color: #AFF385;
}
.BgClassName
{
background-color: #AFF385;
}
</style>
border-color css
<style>
span { border-color: #AFF385; }
span { border-color: rgb(175,243,133); }
td.TdClassName
{
border-color: #AFF385;
}
.TagClassName
{
border-color: #AFF385;
}
</style>