Shades of Feijoa #ADF37D
Tints of Feijoa #ADF37D
RGB
CMYK
RGB Variations
Color information
#ADF37D (or 0xADF37D) is known color: Feijoa. HEX triplet: AD, F3 and 7D. RGB value is (173,243,125). Sum of RGB (Red+Green+Blue) = 173+243+125=541 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.98% from 541); Green value is 243 (95.31% from 255 or 44.92% from 541); Blue value is 125 (49.22% from 255 or 23.11% from 541); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF37D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ADF37D is #520C82. Grayscale: #D1D1D1. Windows color (decimal): -5377155 or 8254381. OLE color: 8254381.
HSL color Cylindrical-coordinate representation of color #ADF37D: hue angle of 95.59º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #ADF37D is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 243 | 125 | - |
| CMYK | 0.29 | 0 | 0.49 | 0.05 |
| HSL | 95.59º | 0.83% | 0.72% | - |
| HSV(B) | 95.59º | 0.49% | 0.95% | - |
| XYZ | 52.99 | 74.47 | 30.98 | - |
| YUV | 208.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 243 | 125 | 0.29 | 0 | 0.49 | 0.05 | 95.59 | 0.83 | 0.72 |
| Hex | AD | F3 | 7D | 1D | 0 | 31 | 5 | 60 | 53 | 48 |
| Octal | 255 | 363 | 175 | 35 | 0 | 61 | 5 | 140 | 123 | 110 |
| Binary | 10101101 | 11110011 | 1111101 | 11101 | 0 | 110001 | 101 | 1100000 | 1010011 | 1001000 |
Color Harmonies of #ADF37D
Complementary color
Monochromatic Colors of #ADF37D
Black with #ADF37D
Text Example
Text Example
White with #ADF37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ADF37D; }
p { color: rgb(173,243,125); }
H1.HeaderClassName
{
color: #ADF37D;
}
.AnyTagClassName
{
color: #ADF37D;
}
</style>
background-color css
<style>
a { background-color: #ADF37D; }
a { background-color: rgb(173,243,125); }
div.DivClassName
{
background-color: #ADF37D;
}
.BgClassName
{
background-color: #ADF37D;
}
</style>
border-color css
<style>
span { border-color: #ADF37D; }
span { border-color: rgb(173,243,125); }
td.TdClassName
{
border-color: #ADF37D;
}
.TagClassName
{
border-color: #ADF37D;
}
</style>