Shades of Feijoa #9DE57F
Tints of Feijoa #9DE57F
RGB
CMYK
RGB Variations
Color information
#9DE57F (or 0x9DE57F) is known color: Feijoa. HEX triplet: 9D, E5 and 7F. RGB value is (157,229,127). Sum of RGB (Red+Green+Blue) = 157+229+127=513 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.60% from 513); Green value is 229 (89.84% from 255 or 44.64% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 229 - color contains mainly: green. Hex color #9DE57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE57F is #621A80. Grayscale: #C4C4C4. Windows color (decimal): -6429313 or 8381853. OLE color: 8381853.
HSL color Cylindrical-coordinate representation of color #9DE57F: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DE57F is Cyan = 0.31, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 157 | 229 | 127 | - |
| CMYK | 0.31 | 0 | 0.45 | 0.10 |
| HSL | 102.35º | 0.66% | 0.7% | - |
| HSV(B) | 102.35º | 0.45% | 0.9% | - |
| XYZ | 45.75 | 64.74 | 30.16 | - |
| YUV | 195.84 | 89.15 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 229 | 127 | 0.31 | 0 | 0.45 | 0.10 | 102.35 | 0.66 | 0.7 |
| Hex | 9D | E5 | 7F | 1F | 0 | 2D | A | 66 | 42 | 46 |
| Octal | 235 | 345 | 177 | 37 | 0 | 55 | 12 | 146 | 102 | 106 |
| Binary | 10011101 | 11100101 | 1111111 | 11111 | 0 | 101101 | 1010 | 1100110 | 1000010 | 1000110 |
Color Harmonies of #9DE57F
Complementary color
Monochromatic Colors of #9DE57F
Black with #9DE57F
Text Example
Text Example
White with #9DE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE57F; }
p { color: rgb(157,229,127); }
H1.HeaderClassName
{
color: #9DE57F;
}
.AnyTagClassName
{
color: #9DE57F;
}
</style>
background-color css
<style>
a { background-color: #9DE57F; }
a { background-color: rgb(157,229,127); }
div.DivClassName
{
background-color: #9DE57F;
}
.BgClassName
{
background-color: #9DE57F;
}
</style>
border-color css
<style>
span { border-color: #9DE57F; }
span { border-color: rgb(157,229,127); }
td.TdClassName
{
border-color: #9DE57F;
}
.TagClassName
{
border-color: #9DE57F;
}
</style>