Shades of Feijoa #ADEF77
Tints of Feijoa #ADEF77
RGB
CMYK
RGB Variations
Color information
#ADEF77 (or 0xADEF77) is known color: Feijoa. HEX triplet: AD, EF and 77. RGB value is (173,239,119). Sum of RGB (Red+Green+Blue) = 173+239+119=531 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.58% from 531); Green value is 239 (93.75% from 255 or 45.01% from 531); Blue value is 119 (46.88% from 255 or 22.41% from 531); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF77 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADEF77 is #521088. Grayscale: #CECECE. Windows color (decimal): -5378185 or 7860141. OLE color: 7860141.
HSL color Cylindrical-coordinate representation of color #ADEF77: hue angle of 93º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #ADEF77 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 119 | - |
| CMYK | 0.28 | 0 | 0.50 | 0.06 |
| HSL | 93º | 0.79% | 0.7% | - |
| HSV(B) | 93º | 0.5% | 0.94% | - |
| XYZ | 51.43 | 71.95 | 28.63 | - |
| YUV | 205.59 | 79.13 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 119 | 0.28 | 0 | 0.50 | 0.06 | 93 | 0.79 | 0.7 |
| Hex | AD | EF | 77 | 1C | 0 | 32 | 6 | 5D | 4F | 46 |
| Octal | 255 | 357 | 167 | 34 | 0 | 62 | 6 | 135 | 117 | 106 |
| Binary | 10101101 | 11101111 | 1110111 | 11100 | 0 | 110010 | 110 | 1011101 | 1001111 | 1000110 |
Color Harmonies of #ADEF77
Complementary color
Monochromatic Colors of #ADEF77
Black with #ADEF77
Text Example
Text Example
White with #ADEF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF77; }
p { color: rgb(173,239,119); }
H1.HeaderClassName
{
color: #ADEF77;
}
.AnyTagClassName
{
color: #ADEF77;
}
</style>
background-color css
<style>
a { background-color: #ADEF77; }
a { background-color: rgb(173,239,119); }
div.DivClassName
{
background-color: #ADEF77;
}
.BgClassName
{
background-color: #ADEF77;
}
</style>
border-color css
<style>
span { border-color: #ADEF77; }
span { border-color: rgb(173,239,119); }
td.TdClassName
{
border-color: #ADEF77;
}
.TagClassName
{
border-color: #ADEF77;
}
</style>