Shades of Feijoa #ADE37D
Tints of Feijoa #ADE37D
RGB
CMYK
RGB Variations
Color information
#ADE37D (or 0xADE37D) is known color: Feijoa. HEX triplet: AD, E3 and 7D. RGB value is (173,227,125). Sum of RGB (Red+Green+Blue) = 173+227+125=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #ADE37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE37D is #521C82. Grayscale: #C7C7C7. Windows color (decimal): -5381251 or 8250285. OLE color: 8250285.
HSL color Cylindrical-coordinate representation of color #ADE37D: hue angle of 91.76º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE37D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 173 | 227 | 125 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.11 |
| HSL | 91.76º | 0.65% | 0.69% | - |
| HSV(B) | 91.76º | 0.45% | 0.89% | - |
| XYZ | 48.4 | 65.3 | 29.46 | - |
| YUV | 199.23 | 86.11 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 227 | 125 | 0.24 | 0 | 0.45 | 0.11 | 91.76 | 0.65 | 0.69 |
| Hex | AD | E3 | 7D | 18 | 0 | 2D | B | 5C | 41 | 45 |
| Octal | 255 | 343 | 175 | 30 | 0 | 55 | 13 | 134 | 101 | 105 |
| Binary | 10101101 | 11100011 | 1111101 | 11000 | 0 | 101101 | 1011 | 1011100 | 1000001 | 1000101 |
Color Harmonies of #ADE37D
Complementary color
Monochromatic Colors of #ADE37D
Black with #ADE37D
Text Example
Text Example
White with #ADE37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE37D; }
p { color: rgb(173,227,125); }
H1.HeaderClassName
{
color: #ADE37D;
}
.AnyTagClassName
{
color: #ADE37D;
}
</style>
background-color css
<style>
a { background-color: #ADE37D; }
a { background-color: rgb(173,227,125); }
div.DivClassName
{
background-color: #ADE37D;
}
.BgClassName
{
background-color: #ADE37D;
}
</style>
border-color css
<style>
span { border-color: #ADE37D; }
span { border-color: rgb(173,227,125); }
td.TdClassName
{
border-color: #ADE37D;
}
.TagClassName
{
border-color: #ADE37D;
}
</style>