Shades of Feijoa #9DFE6B
Tints of Feijoa #9DFE6B
RGB
CMYK
RGB Variations
Color information
#9DFE6B (or 0x9DFE6B) is known color: Feijoa. HEX triplet: 9D, FE and 6B. RGB value is (157,254,107). Sum of RGB (Red+Green+Blue) = 157+254+107=518 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.31% from 518); Green value is 254 (99.61% from 255 or 49.03% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFE6B is #620194. Grayscale: #D0D0D0. Windows color (decimal): -6422933 or 7077533. OLE color: 7077533.
HSL color Cylindrical-coordinate representation of color #9DFE6B: hue angle of 99.59º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DFE6B is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 107 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.00 |
| HSL | 99.59º | 0.99% | 0.71% | - |
| HSV(B) | 99.59º | 0.58% | 1% | - |
| XYZ | 52 | 79.11 | 26.44 | - |
| YUV | 208.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 107 | 0.38 | 0 | 0.58 | 0.00 | 99.59 | 0.99 | 0.71 |
| Hex | 9D | FE | 6B | 26 | 0 | 3A | 0 | 64 | 63 | 47 |
| Octal | 235 | 376 | 153 | 46 | 0 | 72 | 0 | 144 | 143 | 107 |
| Binary | 10011101 | 11111110 | 1101011 | 100110 | 0 | 111010 | 0 | 1100100 | 1100011 | 1000111 |
Color Harmonies of #9DFE6B
Complementary color
Monochromatic Colors of #9DFE6B
Black with #9DFE6B
Text Example
Text Example
White with #9DFE6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE6B; }
p { color: rgb(157,254,107); }
H1.HeaderClassName
{
color: #9DFE6B;
}
.AnyTagClassName
{
color: #9DFE6B;
}
</style>
background-color css
<style>
a { background-color: #9DFE6B; }
a { background-color: rgb(157,254,107); }
div.DivClassName
{
background-color: #9DFE6B;
}
.BgClassName
{
background-color: #9DFE6B;
}
</style>
border-color css
<style>
span { border-color: #9DFE6B; }
span { border-color: rgb(157,254,107); }
td.TdClassName
{
border-color: #9DFE6B;
}
.TagClassName
{
border-color: #9DFE6B;
}
</style>