Shades of Feijoa #AFF783
Tints of Feijoa #AFF783
RGB
CMYK
RGB Variations
Color information
#AFF783 (or 0xAFF783) is known color: Feijoa. HEX triplet: AF, F7 and 83. RGB value is (175,247,131). Sum of RGB (Red+Green+Blue) = 175+247+131=553 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.65% from 553); Green value is 247 (96.88% from 255 or 44.67% from 553); Blue value is 131 (51.56% from 255 or 23.69% from 553); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF783 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF783 is #50087C. Grayscale: #D4D4D4. Windows color (decimal): -5245053 or 8648623. OLE color: 8648623.
HSL color Cylindrical-coordinate representation of color #AFF783: hue angle of 97.24º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AFF783 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 131 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.03 |
| HSL | 97.24º | 0.88% | 0.74% | - |
| HSV(B) | 97.24º | 0.47% | 0.97% | - |
| XYZ | 55.04 | 77.27 | 33.49 | - |
| YUV | 212.25 | 82.15 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 131 | 0.29 | 0 | 0.47 | 0.03 | 97.24 | 0.88 | 0.74 |
| Hex | AF | F7 | 83 | 1D | 0 | 2F | 3 | 61 | 58 | 4A |
| Octal | 257 | 367 | 203 | 35 | 0 | 57 | 3 | 141 | 130 | 112 |
| Binary | 10101111 | 11110111 | 10000011 | 11101 | 0 | 101111 | 11 | 1100001 | 1011000 | 1001010 |
Color Harmonies of #AFF783
Complementary color
Monochromatic Colors of #AFF783
Black with #AFF783
Text Example
Text Example
White with #AFF783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF783; }
p { color: rgb(175,247,131); }
H1.HeaderClassName
{
color: #AFF783;
}
.AnyTagClassName
{
color: #AFF783;
}
</style>
background-color css
<style>
a { background-color: #AFF783; }
a { background-color: rgb(175,247,131); }
div.DivClassName
{
background-color: #AFF783;
}
.BgClassName
{
background-color: #AFF783;
}
</style>
border-color css
<style>
span { border-color: #AFF783; }
span { border-color: rgb(175,247,131); }
td.TdClassName
{
border-color: #AFF783;
}
.TagClassName
{
border-color: #AFF783;
}
</style>