Shades of Feijoa #9DF075
Tints of Feijoa #9DF075
RGB
CMYK
RGB Variations
Color information
#9DF075 (or 0x9DF075) is known color: Feijoa. HEX triplet: 9D, F0 and 75. RGB value is (157,240,117). Sum of RGB (Red+Green+Blue) = 157+240+117=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 240 (94.14% from 255 or 46.69% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF075 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF075 is #620F8A. Grayscale: #C9C9C9. Windows color (decimal): -6426507 or 7729309. OLE color: 7729309.
HSL color Cylindrical-coordinate representation of color #9DF075: hue angle of 100.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9DF075 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 240 | 117 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.06 |
| HSL | 100.49º | 0.8% | 0.7% | - |
| HSV(B) | 100.49º | 0.51% | 0.94% | - |
| XYZ | 48.28 | 70.77 | 27.95 | - |
| YUV | 201.16 | 80.5 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 240 | 117 | 0.35 | 0 | 0.51 | 0.06 | 100.49 | 0.8 | 0.7 |
| Hex | 9D | F0 | 75 | 23 | 0 | 33 | 6 | 64 | 50 | 46 |
| Octal | 235 | 360 | 165 | 43 | 0 | 63 | 6 | 144 | 120 | 106 |
| Binary | 10011101 | 11110000 | 1110101 | 100011 | 0 | 110011 | 110 | 1100100 | 1010000 | 1000110 |
Color Harmonies of #9DF075
Complementary color
Monochromatic Colors of #9DF075
Black with #9DF075
Text Example
Text Example
White with #9DF075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF075; }
p { color: rgb(157,240,117); }
H1.HeaderClassName
{
color: #9DF075;
}
.AnyTagClassName
{
color: #9DF075;
}
</style>
background-color css
<style>
a { background-color: #9DF075; }
a { background-color: rgb(157,240,117); }
div.DivClassName
{
background-color: #9DF075;
}
.BgClassName
{
background-color: #9DF075;
}
</style>
border-color css
<style>
span { border-color: #9DF075; }
span { border-color: rgb(157,240,117); }
td.TdClassName
{
border-color: #9DF075;
}
.TagClassName
{
border-color: #9DF075;
}
</style>