Shades of Feijoa #9BEC74
Tints of Feijoa #9BEC74
RGB
CMYK
RGB Variations
Color information
#9BEC74 (or 0x9BEC74) is known color: Feijoa. HEX triplet: 9B, EC and 74. RGB value is (155,236,116). Sum of RGB (Red+Green+Blue) = 155+236+116=507 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.57% from 507); Green value is 236 (92.58% from 255 or 46.55% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 236 - color contains mainly: green. Hex color #9BEC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEC74 is #64138B. Grayscale: #C6C6C6. Windows color (decimal): -6558604 or 7662747. OLE color: 7662747.
HSL color Cylindrical-coordinate representation of color #9BEC74: hue angle of 100.5º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BEC74 is Cyan = 0.34, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 236 | 116 | - |
| CMYK | 0.34 | 0 | 0.51 | 0.07 |
| HSL | 100.5º | 0.76% | 0.69% | - |
| HSV(B) | 100.5º | 0.51% | 0.93% | - |
| XYZ | 46.67 | 68.22 | 27.23 | - |
| YUV | 198.1 | 81.66 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 236 | 116 | 0.34 | 0 | 0.51 | 0.07 | 100.5 | 0.76 | 0.69 |
| Hex | 9B | EC | 74 | 22 | 0 | 33 | 7 | 64 | 4C | 45 |
| Octal | 233 | 354 | 164 | 42 | 0 | 63 | 7 | 144 | 114 | 105 |
| Binary | 10011011 | 11101100 | 1110100 | 100010 | 0 | 110011 | 111 | 1100100 | 1001100 | 1000101 |
Color Harmonies of #9BEC74
Complementary color
Monochromatic Colors of #9BEC74
Black with #9BEC74
Text Example
Text Example
White with #9BEC74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEC74; }
p { color: rgb(155,236,116); }
H1.HeaderClassName
{
color: #9BEC74;
}
.AnyTagClassName
{
color: #9BEC74;
}
</style>
background-color css
<style>
a { background-color: #9BEC74; }
a { background-color: rgb(155,236,116); }
div.DivClassName
{
background-color: #9BEC74;
}
.BgClassName
{
background-color: #9BEC74;
}
</style>
border-color css
<style>
span { border-color: #9BEC74; }
span { border-color: rgb(155,236,116); }
td.TdClassName
{
border-color: #9BEC74;
}
.TagClassName
{
border-color: #9BEC74;
}
</style>