Shades of Feijoa #ADEF83
Tints of Feijoa #ADEF83
RGB
CMYK
RGB Variations
Color information
#ADEF83 (or 0xADEF83) is known color: Feijoa. HEX triplet: AD, EF and 83. RGB value is (173,239,131). Sum of RGB (Red+Green+Blue) = 173+239+131=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #ADEF83 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADEF83 is #52107C. Grayscale: #CFCFCF. Windows color (decimal): -5378173 or 8646573. OLE color: 8646573.
HSL color Cylindrical-coordinate representation of color #ADEF83: hue angle of 96.67º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADEF83 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 239 | 131 | - |
| CMYK | 0.28 | 0 | 0.45 | 0.06 |
| HSL | 96.67º | 0.77% | 0.73% | - |
| HSV(B) | 96.67º | 0.45% | 0.94% | - |
| XYZ | 52.2 | 72.26 | 32.67 | - |
| YUV | 206.95 | 85.13 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 239 | 131 | 0.28 | 0 | 0.45 | 0.06 | 96.67 | 0.77 | 0.73 |
| Hex | AD | EF | 83 | 1C | 0 | 2D | 6 | 61 | 4D | 49 |
| Octal | 255 | 357 | 203 | 34 | 0 | 55 | 6 | 141 | 115 | 111 |
| Binary | 10101101 | 11101111 | 10000011 | 11100 | 0 | 101101 | 110 | 1100001 | 1001101 | 1001001 |
Color Harmonies of #ADEF83
Complementary color
Monochromatic Colors of #ADEF83
Black with #ADEF83
Text Example
Text Example
White with #ADEF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADEF83; }
p { color: rgb(173,239,131); }
H1.HeaderClassName
{
color: #ADEF83;
}
.AnyTagClassName
{
color: #ADEF83;
}
</style>
background-color css
<style>
a { background-color: #ADEF83; }
a { background-color: rgb(173,239,131); }
div.DivClassName
{
background-color: #ADEF83;
}
.BgClassName
{
background-color: #ADEF83;
}
</style>
border-color css
<style>
span { border-color: #ADEF83; }
span { border-color: rgb(173,239,131); }
td.TdClassName
{
border-color: #ADEF83;
}
.TagClassName
{
border-color: #ADEF83;
}
</style>