Shades of Feijoa #9BEE74
Tints of Feijoa #9BEE74
RGB
CMYK
RGB Variations
Color information
#9BEE74 (or 0x9BEE74) is known color: Feijoa. HEX triplet: 9B, EE and 74. RGB value is (155,238,116). Sum of RGB (Red+Green+Blue) = 155+238+116=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 238 - color contains mainly: green. Hex color #9BEE74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BEE74 is #64118B. Grayscale: #C7C7C7. Windows color (decimal): -6558092 or 7663259. OLE color: 7663259.
HSL color Cylindrical-coordinate representation of color #9BEE74: hue angle of 100.82º degrees, saturation: 0.78, 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 #9BEE74 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 238 | 116 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.07 |
| HSL | 100.82º | 0.78% | 0.69% | - |
| HSV(B) | 100.82º | 0.51% | 0.93% | - |
| XYZ | 47.24 | 69.38 | 27.42 | - |
| YUV | 199.28 | 81 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 238 | 116 | 0.35 | 0 | 0.51 | 0.07 | 100.82 | 0.78 | 0.69 |
| Hex | 9B | EE | 74 | 23 | 0 | 33 | 7 | 65 | 4E | 45 |
| Octal | 233 | 356 | 164 | 43 | 0 | 63 | 7 | 145 | 116 | 105 |
| Binary | 10011011 | 11101110 | 1110100 | 100011 | 0 | 110011 | 111 | 1100101 | 1001110 | 1000101 |
Color Harmonies of #9BEE74
Complementary color
Monochromatic Colors of #9BEE74
Black with #9BEE74
Text Example
Text Example
White with #9BEE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BEE74; }
p { color: rgb(155,238,116); }
H1.HeaderClassName
{
color: #9BEE74;
}
.AnyTagClassName
{
color: #9BEE74;
}
</style>
background-color css
<style>
a { background-color: #9BEE74; }
a { background-color: rgb(155,238,116); }
div.DivClassName
{
background-color: #9BEE74;
}
.BgClassName
{
background-color: #9BEE74;
}
</style>
border-color css
<style>
span { border-color: #9BEE74; }
span { border-color: rgb(155,238,116); }
td.TdClassName
{
border-color: #9BEE74;
}
.TagClassName
{
border-color: #9BEE74;
}
</style>