Shades of Feijoa #9DFF68
Tints of Feijoa #9DFF68
RGB
CMYK
RGB Variations
Color information
#9DFF68 (or 0x9DFF68) is known color: Feijoa. HEX triplet: 9D, FF and 68. RGB value is (157,255,104). Sum of RGB (Red+Green+Blue) = 157+255+104=516 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.43% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFF68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFF68 is #620097. Grayscale: #D0D0D0. Windows color (decimal): -6422680 or 6881181. OLE color: 6881181.
HSL color Cylindrical-coordinate representation of color #9DFF68: hue angle of 98.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DFF68 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 104 | - |
| CMYK | 0.38 | 0 | 0.59 | 0 |
| HSL | 98.94º | 1% | 0.7% | - |
| HSV(B) | 98.94º | 0.59% | 1% | - |
| XYZ | 52.16 | 79.69 | 25.73 | - |
| YUV | 208.48 | 69.03 | 91.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 104 | 0.38 | 0 | 0.59 | 0 | 98.94 | 1 | 0.7 |
| Hex | 9D | FF | 68 | 26 | 0 | 3B | 0 | 63 | 64 | 46 |
| Octal | 235 | 377 | 150 | 46 | 0 | 73 | 0 | 143 | 144 | 106 |
| Binary | 10011101 | 11111111 | 1101000 | 100110 | 0 | 111011 | 0 | 1100011 | 1100100 | 1000110 |
Color Harmonies of #9DFF68
Complementary color
Monochromatic Colors of #9DFF68
Black with #9DFF68
Text Example
Text Example
White with #9DFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFF68; }
p { color: rgb(157,255,104); }
H1.HeaderClassName
{
color: #9DFF68;
}
.AnyTagClassName
{
color: #9DFF68;
}
</style>
background-color css
<style>
a { background-color: #9DFF68; }
a { background-color: rgb(157,255,104); }
div.DivClassName
{
background-color: #9DFF68;
}
.BgClassName
{
background-color: #9DFF68;
}
</style>
border-color css
<style>
span { border-color: #9DFF68; }
span { border-color: rgb(157,255,104); }
td.TdClassName
{
border-color: #9DFF68;
}
.TagClassName
{
border-color: #9DFF68;
}
</style>