Shades of Feijoa #ADF57D
Tints of Feijoa #ADF57D
RGB
CMYK
RGB Variations
Color information
#ADF57D (or 0xADF57D) is known color: Feijoa. HEX triplet: AD, F5 and 7D. RGB value is (173,245,125). Sum of RGB (Red+Green+Blue) = 173+245+125=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 245 (96.09% from 255 or 45.12% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF57D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF57D is #520A82. Grayscale: #D2D2D2. Windows color (decimal): -5376643 or 8254893. OLE color: 8254893.
HSL color Cylindrical-coordinate representation of color #ADF57D: hue angle of 96º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF57D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 125 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.04 |
| HSL | 96º | 0.86% | 0.73% | - |
| HSV(B) | 96º | 0.49% | 0.96% | - |
| XYZ | 53.59 | 75.67 | 31.18 | - |
| YUV | 209.79 | 80.15 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 125 | 0.29 | 0 | 0.49 | 0.04 | 96 | 0.86 | 0.73 |
| Hex | AD | F5 | 7D | 1D | 0 | 31 | 4 | 60 | 56 | 49 |
| Octal | 255 | 365 | 175 | 35 | 0 | 61 | 4 | 140 | 126 | 111 |
| Binary | 10101101 | 11110101 | 1111101 | 11101 | 0 | 110001 | 100 | 1100000 | 1010110 | 1001001 |
Color Harmonies of #ADF57D
Complementary color
Monochromatic Colors of #ADF57D
Black with #ADF57D
Text Example
Text Example
White with #ADF57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF57D; }
p { color: rgb(173,245,125); }
H1.HeaderClassName
{
color: #ADF57D;
}
.AnyTagClassName
{
color: #ADF57D;
}
</style>
background-color css
<style>
a { background-color: #ADF57D; }
a { background-color: rgb(173,245,125); }
div.DivClassName
{
background-color: #ADF57D;
}
.BgClassName
{
background-color: #ADF57D;
}
</style>
border-color css
<style>
span { border-color: #ADF57D; }
span { border-color: rgb(173,245,125); }
td.TdClassName
{
border-color: #ADF57D;
}
.TagClassName
{
border-color: #ADF57D;
}
</style>