Shades of Feijoa #9DF968
Tints of Feijoa #9DF968
RGB
CMYK
RGB Variations
Color information
#9DF968 (or 0x9DF968) is known color: Feijoa. HEX triplet: 9D, F9 and 68. RGB value is (157,249,104). Sum of RGB (Red+Green+Blue) = 157+249+104=510 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.78% from 510); Green value is 249 (97.66% from 255 or 48.82% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 249 - color contains mainly: green. Hex color #9DF968 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF968 is #620697. Grayscale: #CDCDCD. Windows color (decimal): -6424216 or 6879645. OLE color: 6879645.
HSL color Cylindrical-coordinate representation of color #9DF968: hue angle of 98.07º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9DF968 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 157 | 249 | 104 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.02 |
| HSL | 98.07º | 0.92% | 0.69% | - |
| HSV(B) | 98.07º | 0.58% | 0.98% | - |
| XYZ | 50.28 | 75.92 | 25.1 | - |
| YUV | 204.96 | 71.02 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 249 | 104 | 0.37 | 0 | 0.58 | 0.02 | 98.07 | 0.92 | 0.69 |
| Hex | 9D | F9 | 68 | 25 | 0 | 3A | 2 | 62 | 5C | 45 |
| Octal | 235 | 371 | 150 | 45 | 0 | 72 | 2 | 142 | 134 | 105 |
| Binary | 10011101 | 11111001 | 1101000 | 100101 | 0 | 111010 | 10 | 1100010 | 1011100 | 1000101 |
Color Harmonies of #9DF968
Complementary color
Monochromatic Colors of #9DF968
Black with #9DF968
Text Example
Text Example
White with #9DF968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF968; }
p { color: rgb(157,249,104); }
H1.HeaderClassName
{
color: #9DF968;
}
.AnyTagClassName
{
color: #9DF968;
}
</style>
background-color css
<style>
a { background-color: #9DF968; }
a { background-color: rgb(157,249,104); }
div.DivClassName
{
background-color: #9DF968;
}
.BgClassName
{
background-color: #9DF968;
}
</style>
border-color css
<style>
span { border-color: #9DF968; }
span { border-color: rgb(157,249,104); }
td.TdClassName
{
border-color: #9DF968;
}
.TagClassName
{
border-color: #9DF968;
}
</style>