Shades of Feijoa #9DFE67
Tints of Feijoa #9DFE67
RGB
CMYK
RGB Variations
Color information
#9DFE67 (or 0x9DFE67) is known color: Feijoa. HEX triplet: 9D, FE and 67. RGB value is (157,254,103). Sum of RGB (Red+Green+Blue) = 157+254+103=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 254 (99.61% from 255 or 49.42% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 254 - color contains mainly: green. Hex color #9DFE67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFE67 is #620198. Grayscale: #D0D0D0. Windows color (decimal): -6422937 or 6815389. OLE color: 6815389.
HSL color Cylindrical-coordinate representation of color #9DFE67: hue angle of 98.54º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DFE67 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 157 | 254 | 103 | - |
| CMYK | 0.38 | 0 | 0.59 | 0.00 |
| HSL | 98.54º | 0.99% | 0.7% | - |
| HSV(B) | 98.54º | 0.59% | 1% | - |
| XYZ | 51.79 | 79.03 | 25.36 | - |
| YUV | 207.78 | 68.86 | 91.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 254 | 103 | 0.38 | 0 | 0.59 | 0.00 | 98.54 | 0.99 | 0.7 |
| Hex | 9D | FE | 67 | 26 | 0 | 3B | 0 | 63 | 63 | 46 |
| Octal | 235 | 376 | 147 | 46 | 0 | 73 | 0 | 143 | 143 | 106 |
| Binary | 10011101 | 11111110 | 1100111 | 100110 | 0 | 111011 | 0 | 1100011 | 1100011 | 1000110 |
Color Harmonies of #9DFE67
Complementary color
Monochromatic Colors of #9DFE67
Black with #9DFE67
Text Example
Text Example
White with #9DFE67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFE67; }
p { color: rgb(157,254,103); }
H1.HeaderClassName
{
color: #9DFE67;
}
.AnyTagClassName
{
color: #9DFE67;
}
</style>
background-color css
<style>
a { background-color: #9DFE67; }
a { background-color: rgb(157,254,103); }
div.DivClassName
{
background-color: #9DFE67;
}
.BgClassName
{
background-color: #9DFE67;
}
</style>
border-color css
<style>
span { border-color: #9DFE67; }
span { border-color: rgb(157,254,103); }
td.TdClassName
{
border-color: #9DFE67;
}
.TagClassName
{
border-color: #9DFE67;
}
</style>