Shades of Feijoa #ADFD7D
Tints of Feijoa #ADFD7D
RGB
CMYK
RGB Variations
Color information
#ADFD7D (or 0xADFD7D) is known color: Feijoa. HEX triplet: AD, FD and 7D. RGB value is (173,253,125). Sum of RGB (Red+Green+Blue) = 173+253+125=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 253 (99.22% from 255 or 45.92% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADFD7D is #520282. Grayscale: #D6D6D6. Windows color (decimal): -5374595 or 8256941. OLE color: 8256941.
HSL color Cylindrical-coordinate representation of color #ADFD7D: hue angle of 97.5º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #ADFD7D is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 173 | 253 | 125 | - |
| CMYK | 0.32 | 0 | 0.51 | 0.01 |
| HSL | 97.5º | 0.97% | 0.74% | - |
| HSV(B) | 97.5º | 0.51% | 0.99% | - |
| XYZ | 56.06 | 80.62 | 32.01 | - |
| YUV | 214.49 | 77.5 | 98.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 253 | 125 | 0.32 | 0 | 0.51 | 0.01 | 97.5 | 0.97 | 0.74 |
| Hex | AD | FD | 7D | 20 | 0 | 33 | 1 | 62 | 61 | 4A |
| Octal | 255 | 375 | 175 | 40 | 0 | 63 | 1 | 142 | 141 | 112 |
| Binary | 10101101 | 11111101 | 1111101 | 100000 | 0 | 110011 | 1 | 1100010 | 1100001 | 1001010 |
Color Harmonies of #ADFD7D
Complementary color
Monochromatic Colors of #ADFD7D
Black with #ADFD7D
Text Example
Text Example
White with #ADFD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADFD7D; }
p { color: rgb(173,253,125); }
H1.HeaderClassName
{
color: #ADFD7D;
}
.AnyTagClassName
{
color: #ADFD7D;
}
</style>
background-color css
<style>
a { background-color: #ADFD7D; }
a { background-color: rgb(173,253,125); }
div.DivClassName
{
background-color: #ADFD7D;
}
.BgClassName
{
background-color: #ADFD7D;
}
</style>
border-color css
<style>
span { border-color: #ADFD7D; }
span { border-color: rgb(173,253,125); }
td.TdClassName
{
border-color: #ADFD7D;
}
.TagClassName
{
border-color: #ADFD7D;
}
</style>