Shades of Feijoa #AFF27D
Tints of Feijoa #AFF27D
RGB
CMYK
RGB Variations
Color information
#AFF27D (or 0xAFF27D) is known color: Feijoa. HEX triplet: AF, F2 and 7D. RGB value is (175,242,125). Sum of RGB (Red+Green+Blue) = 175+242+125=542 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.29% from 542); Green value is 242 (94.92% from 255 or 44.65% from 542); Blue value is 125 (49.22% from 255 or 23.06% from 542); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF27D is #500D82. Grayscale: #D1D1D1. Windows color (decimal): -5246339 or 8254127. OLE color: 8254127.
HSL color Cylindrical-coordinate representation of color #AFF27D: hue angle of 94.36º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AFF27D is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 125 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.05 |
| HSL | 94.36º | 0.82% | 0.72% | - |
| HSV(B) | 94.36º | 0.48% | 0.95% | - |
| XYZ | 53.13 | 74.1 | 30.9 | - |
| YUV | 208.63 | 80.8 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 125 | 0.28 | 0 | 0.48 | 0.05 | 94.36 | 0.82 | 0.72 |
| Hex | AF | F2 | 7D | 1C | 0 | 30 | 5 | 5E | 52 | 48 |
| Octal | 257 | 362 | 175 | 34 | 0 | 60 | 5 | 136 | 122 | 110 |
| Binary | 10101111 | 11110010 | 1111101 | 11100 | 0 | 110000 | 101 | 1011110 | 1010010 | 1001000 |
Color Harmonies of #AFF27D
Complementary color
Monochromatic Colors of #AFF27D
Black with #AFF27D
Text Example
Text Example
White with #AFF27D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF27D; }
p { color: rgb(175,242,125); }
H1.HeaderClassName
{
color: #AFF27D;
}
.AnyTagClassName
{
color: #AFF27D;
}
</style>
background-color css
<style>
a { background-color: #AFF27D; }
a { background-color: rgb(175,242,125); }
div.DivClassName
{
background-color: #AFF27D;
}
.BgClassName
{
background-color: #AFF27D;
}
</style>
border-color css
<style>
span { border-color: #AFF27D; }
span { border-color: rgb(175,242,125); }
td.TdClassName
{
border-color: #AFF27D;
}
.TagClassName
{
border-color: #AFF27D;
}
</style>