Shades of Feijoa #9DF379
Tints of Feijoa #9DF379
RGB
CMYK
RGB Variations
Color information
#9DF379 (or 0x9DF379) is known color: Feijoa. HEX triplet: 9D, F3 and 79. RGB value is (157,243,121). Sum of RGB (Red+Green+Blue) = 157+243+121=521 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.13% from 521); Green value is 243 (95.31% from 255 or 46.64% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF379 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF379 is #620C86. Grayscale: #CBCBCB. Windows color (decimal): -6425735 or 7992221. OLE color: 7992221.
HSL color Cylindrical-coordinate representation of color #9DF379: hue angle of 102.3º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DF379 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 121 | - |
| CMYK | 0.35 | 0 | 0.50 | 0.05 |
| HSL | 102.3º | 0.84% | 0.71% | - |
| HSV(B) | 102.3º | 0.5% | 0.95% | - |
| XYZ | 49.41 | 72.65 | 29.51 | - |
| YUV | 203.38 | 81.51 | 94.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 121 | 0.35 | 0 | 0.50 | 0.05 | 102.3 | 0.84 | 0.71 |
| Hex | 9D | F3 | 79 | 23 | 0 | 32 | 5 | 66 | 54 | 47 |
| Octal | 235 | 363 | 171 | 43 | 0 | 62 | 5 | 146 | 124 | 107 |
| Binary | 10011101 | 11110011 | 1111001 | 100011 | 0 | 110010 | 101 | 1100110 | 1010100 | 1000111 |
Color Harmonies of #9DF379
Complementary color
Monochromatic Colors of #9DF379
Black with #9DF379
Text Example
Text Example
White with #9DF379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF379; }
p { color: rgb(157,243,121); }
H1.HeaderClassName
{
color: #9DF379;
}
.AnyTagClassName
{
color: #9DF379;
}
</style>
background-color css
<style>
a { background-color: #9DF379; }
a { background-color: rgb(157,243,121); }
div.DivClassName
{
background-color: #9DF379;
}
.BgClassName
{
background-color: #9DF379;
}
</style>
border-color css
<style>
span { border-color: #9DF379; }
span { border-color: rgb(157,243,121); }
td.TdClassName
{
border-color: #9DF379;
}
.TagClassName
{
border-color: #9DF379;
}
</style>