Shades of Feijoa #ADD57D
Tints of Feijoa #ADD57D
RGB
CMYK
RGB Variations
Color information
#ADD57D (or 0xADD57D) is known color: Feijoa. HEX triplet: AD, D5 and 7D. RGB value is (173,213,125). Sum of RGB (Red+Green+Blue) = 173+213+125=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 125 (49.22% from 255 or 24.46% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ADD57D is #522A82. Grayscale: #BFBFBF. Windows color (decimal): -5384835 or 8246701. OLE color: 8246701.
HSL color Cylindrical-coordinate representation of color #ADD57D: hue angle of 87.27º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ADD57D is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 173 | 213 | 125 | - |
| CMYK | 0.19 | 0 | 0.41 | 0.16 |
| HSL | 87.27º | 0.51% | 0.66% | - |
| HSV(B) | 87.27º | 0.41% | 0.84% | - |
| XYZ | 44.73 | 57.95 | 28.23 | - |
| YUV | 191.01 | 90.75 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 213 | 125 | 0.19 | 0 | 0.41 | 0.16 | 87.27 | 0.51 | 0.66 |
| Hex | AD | D5 | 7D | 13 | 0 | 29 | 10 | 57 | 33 | 42 |
| Octal | 255 | 325 | 175 | 23 | 0 | 51 | 20 | 127 | 63 | 102 |
| Binary | 10101101 | 11010101 | 1111101 | 10011 | 0 | 101001 | 10000 | 1010111 | 110011 | 1000010 |
Color Harmonies of #ADD57D
Complementary color
Monochromatic Colors of #ADD57D
Black with #ADD57D
Text Example
Text Example
White with #ADD57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADD57D; }
p { color: rgb(173,213,125); }
H1.HeaderClassName
{
color: #ADD57D;
}
.AnyTagClassName
{
color: #ADD57D;
}
</style>
background-color css
<style>
a { background-color: #ADD57D; }
a { background-color: rgb(173,213,125); }
div.DivClassName
{
background-color: #ADD57D;
}
.BgClassName
{
background-color: #ADD57D;
}
</style>
border-color css
<style>
span { border-color: #ADD57D; }
span { border-color: rgb(173,213,125); }
td.TdClassName
{
border-color: #ADD57D;
}
.TagClassName
{
border-color: #ADD57D;
}
</style>