Shades of Feijoa #AFF57D
Tints of Feijoa #AFF57D
RGB
CMYK
RGB Variations
Color information
#AFF57D (or 0xAFF57D) is known color: Feijoa. HEX triplet: AF, F5 and 7D. RGB value is (175,245,125). Sum of RGB (Red+Green+Blue) = 175+245+125=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 245 (96.09% from 255 or 44.95% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF57D is #500A82. Grayscale: #D2D2D2. Windows color (decimal): -5245571 or 8254895. OLE color: 8254895.
HSL color Cylindrical-coordinate representation of color #AFF57D: hue angle of 95º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF57D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 125 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.04 |
| HSL | 95º | 0.86% | 0.73% | - |
| HSV(B) | 95º | 0.49% | 0.96% | - |
| XYZ | 54.03 | 75.9 | 31.2 | - |
| YUV | 210.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 125 | 0.29 | 0 | 0.49 | 0.04 | 95 | 0.86 | 0.73 |
| Hex | AF | F5 | 7D | 1D | 0 | 31 | 4 | 5F | 56 | 49 |
| Octal | 257 | 365 | 175 | 35 | 0 | 61 | 4 | 137 | 126 | 111 |
| Binary | 10101111 | 11110101 | 1111101 | 11101 | 0 | 110001 | 100 | 1011111 | 1010110 | 1001001 |
Color Harmonies of #AFF57D
Complementary color
Monochromatic Colors of #AFF57D
Black with #AFF57D
Text Example
Text Example
White with #AFF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF57D; }
p { color: rgb(175,245,125); }
H1.HeaderClassName
{
color: #AFF57D;
}
.AnyTagClassName
{
color: #AFF57D;
}
</style>
background-color css
<style>
a { background-color: #AFF57D; }
a { background-color: rgb(175,245,125); }
div.DivClassName
{
background-color: #AFF57D;
}
.BgClassName
{
background-color: #AFF57D;
}
</style>
border-color css
<style>
span { border-color: #AFF57D; }
span { border-color: rgb(175,245,125); }
td.TdClassName
{
border-color: #AFF57D;
}
.TagClassName
{
border-color: #AFF57D;
}
</style>