Shades of Feijoa #ADE57D
Tints of Feijoa #ADE57D
RGB
CMYK
RGB Variations
Color information
#ADE57D (or 0xADE57D) is known color: Feijoa. HEX triplet: AD, E5 and 7D. RGB value is (173,229,125). Sum of RGB (Red+Green+Blue) = 173+229+125=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 229 (89.84% from 255 or 43.45% from 527); Blue value is 125 (49.22% from 255 or 23.72% from 527); Max value from RGB is 229 - color contains mainly: green. Hex color #ADE57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADE57D is #521A82. Grayscale: #C8C8C8. Windows color (decimal): -5380739 or 8250797. OLE color: 8250797.
HSL color Cylindrical-coordinate representation of color #ADE57D: hue angle of 92.31º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #ADE57D is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 173 | 229 | 125 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.10 |
| HSL | 92.31º | 0.67% | 0.69% | - |
| HSV(B) | 92.31º | 0.45% | 0.9% | - |
| XYZ | 48.95 | 66.4 | 29.64 | - |
| YUV | 200.4 | 85.45 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 229 | 125 | 0.24 | 0 | 0.45 | 0.10 | 92.31 | 0.67 | 0.69 |
| Hex | AD | E5 | 7D | 18 | 0 | 2D | A | 5C | 43 | 45 |
| Octal | 255 | 345 | 175 | 30 | 0 | 55 | 12 | 134 | 103 | 105 |
| Binary | 10101101 | 11100101 | 1111101 | 11000 | 0 | 101101 | 1010 | 1011100 | 1000011 | 1000101 |
Color Harmonies of #ADE57D
Complementary color
Monochromatic Colors of #ADE57D
Black with #ADE57D
Text Example
Text Example
White with #ADE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADE57D; }
p { color: rgb(173,229,125); }
H1.HeaderClassName
{
color: #ADE57D;
}
.AnyTagClassName
{
color: #ADE57D;
}
</style>
background-color css
<style>
a { background-color: #ADE57D; }
a { background-color: rgb(173,229,125); }
div.DivClassName
{
background-color: #ADE57D;
}
.BgClassName
{
background-color: #ADE57D;
}
</style>
border-color css
<style>
span { border-color: #ADE57D; }
span { border-color: rgb(173,229,125); }
td.TdClassName
{
border-color: #ADE57D;
}
.TagClassName
{
border-color: #ADE57D;
}
</style>