Shades of Feijoa #AFF78B
Tints of Feijoa #AFF78B
RGB
CMYK
RGB Variations
Color information
#AFF78B (or 0xAFF78B) is known color: Feijoa. HEX triplet: AF, F7 and 8B. RGB value is (175,247,139). Sum of RGB (Red+Green+Blue) = 175+247+139=561 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.19% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 139 (54.69% from 255 or 24.78% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF78B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF78B is #500874. Grayscale: #D5D5D5. Windows color (decimal): -5245045 or 9172911. OLE color: 9172911.
HSL color Cylindrical-coordinate representation of color #AFF78B: hue angle of 100º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFF78B is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 247 | 139 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.03 |
| HSL | 100º | 0.87% | 0.76% | - |
| HSV(B) | 100º | 0.44% | 0.97% | - |
| XYZ | 55.6 | 77.5 | 36.45 | - |
| YUV | 213.16 | 86.15 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 247 | 139 | 0.29 | 0 | 0.44 | 0.03 | 100 | 0.87 | 0.76 |
| Hex | AF | F7 | 8B | 1D | 0 | 2C | 3 | 64 | 57 | 4C |
| Octal | 257 | 367 | 213 | 35 | 0 | 54 | 3 | 144 | 127 | 114 |
| Binary | 10101111 | 11110111 | 10001011 | 11101 | 0 | 101100 | 11 | 1100100 | 1010111 | 1001100 |
Color Harmonies of #AFF78B
Complementary color
Monochromatic Colors of #AFF78B
Black with #AFF78B
Text Example
Text Example
White with #AFF78B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF78B; }
p { color: rgb(175,247,139); }
H1.HeaderClassName
{
color: #AFF78B;
}
.AnyTagClassName
{
color: #AFF78B;
}
</style>
background-color css
<style>
a { background-color: #AFF78B; }
a { background-color: rgb(175,247,139); }
div.DivClassName
{
background-color: #AFF78B;
}
.BgClassName
{
background-color: #AFF78B;
}
</style>
border-color css
<style>
span { border-color: #AFF78B; }
span { border-color: rgb(175,247,139); }
td.TdClassName
{
border-color: #AFF78B;
}
.TagClassName
{
border-color: #AFF78B;
}
</style>