Shades of Feijoa #9DF766
Tints of Feijoa #9DF766
RGB
CMYK
RGB Variations
Color information
#9DF766 (or 0x9DF766) is known color: Feijoa. HEX triplet: 9D, F7 and 66. RGB value is (157,247,102). Sum of RGB (Red+Green+Blue) = 157+247+102=506 (67% of max value = 765). Red value is 157 (61.72% from 255 or 31.03% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF766 is #620899. Grayscale: #CCCCCC. Windows color (decimal): -6424730 or 6748061. OLE color: 6748061.
HSL color Cylindrical-coordinate representation of color #9DF766: hue angle of 97.24º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DF766 is Cyan = 0.36, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 102 | - |
| CMYK | 0.36 | 0 | 0.59 | 0.03 |
| HSL | 97.24º | 0.9% | 0.68% | - |
| HSV(B) | 97.24º | 0.59% | 0.97% | - |
| XYZ | 49.56 | 74.65 | 24.37 | - |
| YUV | 203.56 | 70.68 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 102 | 0.36 | 0 | 0.59 | 0.03 | 97.24 | 0.9 | 0.68 |
| Hex | 9D | F7 | 66 | 24 | 0 | 3B | 3 | 61 | 5A | 44 |
| Octal | 235 | 367 | 146 | 44 | 0 | 73 | 3 | 141 | 132 | 104 |
| Binary | 10011101 | 11110111 | 1100110 | 100100 | 0 | 111011 | 11 | 1100001 | 1011010 | 1000100 |
Color Harmonies of #9DF766
Complementary color
Monochromatic Colors of #9DF766
Black with #9DF766
Text Example
Text Example
White with #9DF766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF766; }
p { color: rgb(157,247,102); }
H1.HeaderClassName
{
color: #9DF766;
}
.AnyTagClassName
{
color: #9DF766;
}
</style>
background-color css
<style>
a { background-color: #9DF766; }
a { background-color: rgb(157,247,102); }
div.DivClassName
{
background-color: #9DF766;
}
.BgClassName
{
background-color: #9DF766;
}
</style>
border-color css
<style>
span { border-color: #9DF766; }
span { border-color: rgb(157,247,102); }
td.TdClassName
{
border-color: #9DF766;
}
.TagClassName
{
border-color: #9DF766;
}
</style>