Shades of Feijoa #ADF57C
Tints of Feijoa #ADF57C
RGB
CMYK
RGB Variations
Color information
#ADF57C (or 0xADF57C) is known color: Feijoa. HEX triplet: AD, F5 and 7C. RGB value is (173,245,124). Sum of RGB (Red+Green+Blue) = 173+245+124=542 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.92% from 542); Green value is 245 (96.09% from 255 or 45.20% from 542); Blue value is 124 (48.83% from 255 or 22.88% from 542); Max value from RGB is 245 - color contains mainly: green. Hex color #ADF57C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF57C is #520A83. Grayscale: #D2D2D2. Windows color (decimal): -5376644 or 8189357. OLE color: 8189357.
HSL color Cylindrical-coordinate representation of color #ADF57C: hue angle of 95.7º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF57C is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 245 | 124 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.04 |
| HSL | 95.7º | 0.86% | 0.72% | - |
| HSV(B) | 95.7º | 0.49% | 0.96% | - |
| XYZ | 53.52 | 75.64 | 30.85 | - |
| YUV | 209.68 | 79.65 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 245 | 124 | 0.29 | 0 | 0.49 | 0.04 | 95.7 | 0.86 | 0.72 |
| Hex | AD | F5 | 7C | 1D | 0 | 31 | 4 | 60 | 56 | 48 |
| Octal | 255 | 365 | 174 | 35 | 0 | 61 | 4 | 140 | 126 | 110 |
| Binary | 10101101 | 11110101 | 1111100 | 11101 | 0 | 110001 | 100 | 1100000 | 1010110 | 1001000 |
Color Harmonies of #ADF57C
Complementary color
Monochromatic Colors of #ADF57C
Black with #ADF57C
Text Example
Text Example
White with #ADF57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF57C; }
p { color: rgb(173,245,124); }
H1.HeaderClassName
{
color: #ADF57C;
}
.AnyTagClassName
{
color: #ADF57C;
}
</style>
background-color css
<style>
a { background-color: #ADF57C; }
a { background-color: rgb(173,245,124); }
div.DivClassName
{
background-color: #ADF57C;
}
.BgClassName
{
background-color: #ADF57C;
}
</style>
border-color css
<style>
span { border-color: #ADF57C; }
span { border-color: rgb(173,245,124); }
td.TdClassName
{
border-color: #ADF57C;
}
.TagClassName
{
border-color: #ADF57C;
}
</style>