Shades of Feijoa #9DF779
Tints of Feijoa #9DF779
RGB
CMYK
RGB Variations
Color information
#9DF779 (or 0x9DF779) is known color: Feijoa. HEX triplet: 9D, F7 and 79. RGB value is (157,247,121). Sum of RGB (Red+Green+Blue) = 157+247+121=525 (69% of max value = 765). Red value is 157 (61.72% from 255 or 29.90% from 525); Green value is 247 (96.88% from 255 or 47.05% from 525); Blue value is 121 (47.66% from 255 or 23.05% from 525); Max value from RGB is 247 - color contains mainly: green. Hex color #9DF779 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF779 is #620886. Grayscale: #CECECE. Windows color (decimal): -6424711 or 7993245. OLE color: 7993245.
HSL color Cylindrical-coordinate representation of color #9DF779: hue angle of 102.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF779 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 157 | 247 | 121 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.03 |
| HSL | 102.86º | 0.89% | 0.72% | - |
| HSV(B) | 102.86º | 0.51% | 0.97% | - |
| XYZ | 50.62 | 75.07 | 29.91 | - |
| YUV | 205.73 | 80.18 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 247 | 121 | 0.36 | 0 | 0.51 | 0.03 | 102.86 | 0.89 | 0.72 |
| Hex | 9D | F7 | 79 | 24 | 0 | 33 | 3 | 67 | 59 | 48 |
| Octal | 235 | 367 | 171 | 44 | 0 | 63 | 3 | 147 | 131 | 110 |
| Binary | 10011101 | 11110111 | 1111001 | 100100 | 0 | 110011 | 11 | 1100111 | 1011001 | 1001000 |
Color Harmonies of #9DF779
Complementary color
Monochromatic Colors of #9DF779
Black with #9DF779
Text Example
Text Example
White with #9DF779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF779; }
p { color: rgb(157,247,121); }
H1.HeaderClassName
{
color: #9DF779;
}
.AnyTagClassName
{
color: #9DF779;
}
</style>
background-color css
<style>
a { background-color: #9DF779; }
a { background-color: rgb(157,247,121); }
div.DivClassName
{
background-color: #9DF779;
}
.BgClassName
{
background-color: #9DF779;
}
</style>
border-color css
<style>
span { border-color: #9DF779; }
span { border-color: rgb(157,247,121); }
td.TdClassName
{
border-color: #9DF779;
}
.TagClassName
{
border-color: #9DF779;
}
</style>