Shades of Feijoa #94EC65
Tints of Feijoa #94EC65
RGB
CMYK
RGB Variations
Color information
#94EC65 (or 0x94EC65) is known color: Feijoa. HEX triplet: 94, EC and 65. RGB value is (148,236,101). Sum of RGB (Red+Green+Blue) = 148+236+101=485 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.52% from 485); Green value is 236 (92.58% from 255 or 48.66% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EC65 is #6B139A. Grayscale: #C2C2C2. Windows color (decimal): -7017371 or 6679700. OLE color: 6679700.
HSL color Cylindrical-coordinate representation of color #94EC65: hue angle of 99.11º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #94EC65 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 101 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.07 |
| HSL | 99.11º | 0.78% | 0.66% | - |
| HSV(B) | 99.11º | 0.57% | 0.93% | - |
| XYZ | 44.56 | 67.23 | 22.94 | - |
| YUV | 194.3 | 75.35 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 101 | 0.37 | 0 | 0.57 | 0.07 | 99.11 | 0.78 | 0.66 |
| Hex | 94 | EC | 65 | 25 | 0 | 39 | 7 | 63 | 4E | 42 |
| Octal | 224 | 354 | 145 | 45 | 0 | 71 | 7 | 143 | 116 | 102 |
| Binary | 10010100 | 11101100 | 1100101 | 100101 | 0 | 111001 | 111 | 1100011 | 1001110 | 1000010 |
Color Harmonies of #94EC65
Complementary color
Monochromatic Colors of #94EC65
Black with #94EC65
Text Example
Text Example
White with #94EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC65; }
p { color: rgb(148,236,101); }
H1.HeaderClassName
{
color: #94EC65;
}
.AnyTagClassName
{
color: #94EC65;
}
</style>
background-color css
<style>
a { background-color: #94EC65; }
a { background-color: rgb(148,236,101); }
div.DivClassName
{
background-color: #94EC65;
}
.BgClassName
{
background-color: #94EC65;
}
</style>
border-color css
<style>
span { border-color: #94EC65; }
span { border-color: rgb(148,236,101); }
td.TdClassName
{
border-color: #94EC65;
}
.TagClassName
{
border-color: #94EC65;
}
</style>