Shades of Feijoa #9BEB68
Tints of Feijoa #9BEB68
RGB
CMYK
RGB Variations
Color information
#9BEB68 (or 0x9BEB68) is known color: Feijoa. HEX triplet: 9B, EB and 68. RGB value is (155,235,104). Sum of RGB (Red+Green+Blue) = 155+235+104=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #9BEB68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEB68 is #641497. Grayscale: #C4C4C4. Windows color (decimal): -6558872 or 6876059. OLE color: 6876059.
HSL color Cylindrical-coordinate representation of color #9BEB68: hue angle of 96.64º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BEB68 is Cyan = 0.34, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 155 | 235 | 104 | - |
| CMYK | 0.34 | 0 | 0.56 | 0.08 |
| HSL | 96.64º | 0.77% | 0.66% | - |
| HSV(B) | 96.64º | 0.56% | 0.92% | - |
| XYZ | 45.72 | 67.38 | 23.69 | - |
| YUV | 196.15 | 76 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 235 | 104 | 0.34 | 0 | 0.56 | 0.08 | 96.64 | 0.77 | 0.66 |
| Hex | 9B | EB | 68 | 22 | 0 | 38 | 8 | 61 | 4D | 42 |
| Octal | 233 | 353 | 150 | 42 | 0 | 70 | 10 | 141 | 115 | 102 |
| Binary | 10011011 | 11101011 | 1101000 | 100010 | 0 | 111000 | 1000 | 1100001 | 1001101 | 1000010 |
Color Harmonies of #9BEB68
Complementary color
Monochromatic Colors of #9BEB68
Black with #9BEB68
Text Example
Text Example
White with #9BEB68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEB68; }
p { color: rgb(155,235,104); }
H1.HeaderClassName
{
color: #9BEB68;
}
.AnyTagClassName
{
color: #9BEB68;
}
</style>
background-color css
<style>
a { background-color: #9BEB68; }
a { background-color: rgb(155,235,104); }
div.DivClassName
{
background-color: #9BEB68;
}
.BgClassName
{
background-color: #9BEB68;
}
</style>
border-color css
<style>
span { border-color: #9BEB68; }
span { border-color: rgb(155,235,104); }
td.TdClassName
{
border-color: #9BEB68;
}
.TagClassName
{
border-color: #9BEB68;
}
</style>