Shades of Feijoa #9DF975
Tints of Feijoa #9DF975
RGB
CMYK
RGB Variations
Color information
#9DF975 (or 0x9DF975) is known color: Feijoa. HEX triplet: 9D, F9 and 75. RGB value is (157,249,117). Sum of RGB (Red+Green+Blue) = 157+249+117=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 117 (46.09% from 255 or 22.37% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF975 is #62068A. Grayscale: #CECECE. Windows color (decimal): -6424203 or 7731613. OLE color: 7731613.
HSL color Cylindrical-coordinate representation of color #9DF975: hue angle of 101.82º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DF975 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 117 | - |
| CMYK | 0.37 | 0 | 0.53 | 0.02 |
| HSL | 101.82º | 0.92% | 0.72% | - |
| HSV(B) | 101.82º | 0.53% | 0.98% | - |
| XYZ | 50.99 | 76.2 | 28.85 | - |
| YUV | 206.44 | 77.52 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 117 | 0.37 | 0 | 0.53 | 0.02 | 101.82 | 0.92 | 0.72 |
| Hex | 9D | F9 | 75 | 25 | 0 | 35 | 2 | 66 | 5C | 48 |
| Octal | 235 | 371 | 165 | 45 | 0 | 65 | 2 | 146 | 134 | 110 |
| Binary | 10011101 | 11111001 | 1110101 | 100101 | 0 | 110101 | 10 | 1100110 | 1011100 | 1001000 |
Color Harmonies of #9DF975
Complementary color
Monochromatic Colors of #9DF975
Black with #9DF975
Text Example
Text Example
White with #9DF975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF975; }
p { color: rgb(157,249,117); }
H1.HeaderClassName
{
color: #9DF975;
}
.AnyTagClassName
{
color: #9DF975;
}
</style>
background-color css
<style>
a { background-color: #9DF975; }
a { background-color: rgb(157,249,117); }
div.DivClassName
{
background-color: #9DF975;
}
.BgClassName
{
background-color: #9DF975;
}
</style>
border-color css
<style>
span { border-color: #9DF975; }
span { border-color: rgb(157,249,117); }
td.TdClassName
{
border-color: #9DF975;
}
.TagClassName
{
border-color: #9DF975;
}
</style>