Shades of Feijoa #ADFD85
Tints of Feijoa #ADFD85
RGB
CMYK
RGB Variations
Color information
#ADFD85 (or 0xADFD85) is known color: Feijoa. HEX triplet: AD, FD and 85. RGB value is (173,253,133). Sum of RGB (Red+Green+Blue) = 173+253+133=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 253 (99.22% from 255 or 45.26% from 559); Blue value is 133 (52.34% from 255 or 23.79% from 559); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD85 is #52027A. Grayscale: #D7D7D7. Windows color (decimal): -5374587 or 8781229. OLE color: 8781229.
HSL color Cylindrical-coordinate representation of color #ADFD85: hue angle of 100º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADFD85 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 133 | - |
| CMYK | 0.32 | 0 | 0.47 | 0.01 |
| HSL | 100º | 0.97% | 0.76% | - |
| HSV(B) | 100º | 0.47% | 0.99% | - |
| XYZ | 56.59 | 80.83 | 34.81 | - |
| YUV | 215.4 | 81.5 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 133 | 0.32 | 0 | 0.47 | 0.01 | 100 | 0.97 | 0.76 |
| Hex | AD | FD | 85 | 20 | 0 | 2F | 1 | 64 | 61 | 4C |
| Octal | 255 | 375 | 205 | 40 | 0 | 57 | 1 | 144 | 141 | 114 |
| Binary | 10101101 | 11111101 | 10000101 | 100000 | 0 | 101111 | 1 | 1100100 | 1100001 | 1001100 |
Color Harmonies of #ADFD85
Complementary color
Monochromatic Colors of #ADFD85
Black with #ADFD85
Text Example
Text Example
White with #ADFD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD85; }
p { color: rgb(173,253,133); }
H1.HeaderClassName
{
color: #ADFD85;
}
.AnyTagClassName
{
color: #ADFD85;
}
</style>
background-color css
<style>
a { background-color: #ADFD85; }
a { background-color: rgb(173,253,133); }
div.DivClassName
{
background-color: #ADFD85;
}
.BgClassName
{
background-color: #ADFD85;
}
</style>
border-color css
<style>
span { border-color: #ADFD85; }
span { border-color: rgb(173,253,133); }
td.TdClassName
{
border-color: #ADFD85;
}
.TagClassName
{
border-color: #ADFD85;
}
</style>