Shades of Feijoa #ADF375
Tints of Feijoa #ADF375
RGB
CMYK
RGB Variations
Color information
#ADF375 (or 0xADF375) is known color: Feijoa. HEX triplet: AD, F3 and 75. RGB value is (173,243,117). Sum of RGB (Red+Green+Blue) = 173+243+117=533 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.46% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF375 is #520C8A. Grayscale: #D0D0D0. Windows color (decimal): -5377163 or 7730093. OLE color: 7730093.
HSL color Cylindrical-coordinate representation of color #ADF375: hue angle of 93.33º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #ADF375 is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 117 | - |
| CMYK | 0.29 | 0 | 0.52 | 0.05 |
| HSL | 93.33º | 0.84% | 0.71% | - |
| HSV(B) | 93.33º | 0.52% | 0.95% | - |
| XYZ | 52.5 | 74.27 | 28.4 | - |
| YUV | 207.71 | 76.81 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 117 | 0.29 | 0 | 0.52 | 0.05 | 93.33 | 0.84 | 0.71 |
| Hex | AD | F3 | 75 | 1D | 0 | 34 | 5 | 5D | 54 | 47 |
| Octal | 255 | 363 | 165 | 35 | 0 | 64 | 5 | 135 | 124 | 107 |
| Binary | 10101101 | 11110011 | 1110101 | 11101 | 0 | 110100 | 101 | 1011101 | 1010100 | 1000111 |
Color Harmonies of #ADF375
Complementary color
Monochromatic Colors of #ADF375
Black with #ADF375
Text Example
Text Example
White with #ADF375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF375; }
p { color: rgb(173,243,117); }
H1.HeaderClassName
{
color: #ADF375;
}
.AnyTagClassName
{
color: #ADF375;
}
</style>
background-color css
<style>
a { background-color: #ADF375; }
a { background-color: rgb(173,243,117); }
div.DivClassName
{
background-color: #ADF375;
}
.BgClassName
{
background-color: #ADF375;
}
</style>
border-color css
<style>
span { border-color: #ADF375; }
span { border-color: rgb(173,243,117); }
td.TdClassName
{
border-color: #ADF375;
}
.TagClassName
{
border-color: #ADF375;
}
</style>