Shades of Feijoa #ADF77F
Tints of Feijoa #ADF77F
RGB
CMYK
RGB Variations
Color information
#ADF77F (or 0xADF77F) is known color: Feijoa. HEX triplet: AD, F7 and 7F. RGB value is (173,247,127). Sum of RGB (Red+Green+Blue) = 173+247+127=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 127 (50% from 255 or 23.22% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #ADF77F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF77F is #520880. Grayscale: #D3D3D3. Windows color (decimal): -5376129 or 8386477. OLE color: 8386477.
HSL color Cylindrical-coordinate representation of color #ADF77F: hue angle of 97º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF77F is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 247 | 127 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.03 |
| HSL | 97º | 0.88% | 0.73% | - |
| HSV(B) | 97º | 0.49% | 0.97% | - |
| XYZ | 54.33 | 76.94 | 32.07 | - |
| YUV | 211.19 | 80.48 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 247 | 127 | 0.30 | 0 | 0.49 | 0.03 | 97 | 0.88 | 0.73 |
| Hex | AD | F7 | 7F | 1E | 0 | 31 | 3 | 61 | 58 | 49 |
| Octal | 255 | 367 | 177 | 36 | 0 | 61 | 3 | 141 | 130 | 111 |
| Binary | 10101101 | 11110111 | 1111111 | 11110 | 0 | 110001 | 11 | 1100001 | 1011000 | 1001001 |
Color Harmonies of #ADF77F
Complementary color
Monochromatic Colors of #ADF77F
Black with #ADF77F
Text Example
Text Example
White with #ADF77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF77F; }
p { color: rgb(173,247,127); }
H1.HeaderClassName
{
color: #ADF77F;
}
.AnyTagClassName
{
color: #ADF77F;
}
</style>
background-color css
<style>
a { background-color: #ADF77F; }
a { background-color: rgb(173,247,127); }
div.DivClassName
{
background-color: #ADF77F;
}
.BgClassName
{
background-color: #ADF77F;
}
</style>
border-color css
<style>
span { border-color: #ADF77F; }
span { border-color: rgb(173,247,127); }
td.TdClassName
{
border-color: #ADF77F;
}
.TagClassName
{
border-color: #ADF77F;
}
</style>