Shades of Feijoa #9DF377
Tints of Feijoa #9DF377
RGB
CMYK
RGB Variations
Color information
#9DF377 (or 0x9DF377) is known color: Feijoa. HEX triplet: 9D, F3 and 77. RGB value is (157,243,119). Sum of RGB (Red+Green+Blue) = 157+243+119=519 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.25% from 519); Green value is 243 (95.31% from 255 or 46.82% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF377 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF377 is #620C88. Grayscale: #CBCBCB. Windows color (decimal): -6425737 or 7861149. OLE color: 7861149.
HSL color Cylindrical-coordinate representation of color #9DF377: hue angle of 101.61º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF377 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 119 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.05 |
| HSL | 101.61º | 0.84% | 0.71% | - |
| HSV(B) | 101.61º | 0.51% | 0.95% | - |
| XYZ | 49.29 | 72.6 | 28.87 | - |
| YUV | 203.15 | 80.51 | 95.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 119 | 0.35 | 0 | 0.51 | 0.05 | 101.61 | 0.84 | 0.71 |
| Hex | 9D | F3 | 77 | 23 | 0 | 33 | 5 | 66 | 54 | 47 |
| Octal | 235 | 363 | 167 | 43 | 0 | 63 | 5 | 146 | 124 | 107 |
| Binary | 10011101 | 11110011 | 1110111 | 100011 | 0 | 110011 | 101 | 1100110 | 1010100 | 1000111 |
Color Harmonies of #9DF377
Complementary color
Monochromatic Colors of #9DF377
Black with #9DF377
Text Example
Text Example
White with #9DF377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF377; }
p { color: rgb(157,243,119); }
H1.HeaderClassName
{
color: #9DF377;
}
.AnyTagClassName
{
color: #9DF377;
}
</style>
background-color css
<style>
a { background-color: #9DF377; }
a { background-color: rgb(157,243,119); }
div.DivClassName
{
background-color: #9DF377;
}
.BgClassName
{
background-color: #9DF377;
}
</style>
border-color css
<style>
span { border-color: #9DF377; }
span { border-color: rgb(157,243,119); }
td.TdClassName
{
border-color: #9DF377;
}
.TagClassName
{
border-color: #9DF377;
}
</style>