Shades of Feijoa #94EE65
Tints of Feijoa #94EE65
RGB
CMYK
RGB Variations
Color information
#94EE65 (or 0x94EE65) is known color: Feijoa. HEX triplet: 94, EE and 65. RGB value is (148,238,101). Sum of RGB (Red+Green+Blue) = 148+238+101=487 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.39% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EE65 is #6B119A. Grayscale: #C3C3C3. Windows color (decimal): -7016859 or 6680212. OLE color: 6680212.
HSL color Cylindrical-coordinate representation of color #94EE65: hue angle of 99.42º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94EE65 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 238 | 101 | - |
| CMYK | 0.38 | 0 | 0.58 | 0.07 |
| HSL | 99.42º | 0.8% | 0.66% | - |
| HSV(B) | 99.42º | 0.58% | 0.93% | - |
| XYZ | 45.14 | 68.38 | 23.13 | - |
| YUV | 195.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 238 | 101 | 0.38 | 0 | 0.58 | 0.07 | 99.42 | 0.8 | 0.66 |
| Hex | 94 | EE | 65 | 26 | 0 | 3A | 7 | 63 | 50 | 42 |
| Octal | 224 | 356 | 145 | 46 | 0 | 72 | 7 | 143 | 120 | 102 |
| Binary | 10010100 | 11101110 | 1100101 | 100110 | 0 | 111010 | 111 | 1100011 | 1010000 | 1000010 |
Color Harmonies of #94EE65
Complementary color
Monochromatic Colors of #94EE65
Black with #94EE65
Text Example
Text Example
White with #94EE65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EE65; }
p { color: rgb(148,238,101); }
H1.HeaderClassName
{
color: #94EE65;
}
.AnyTagClassName
{
color: #94EE65;
}
</style>
background-color css
<style>
a { background-color: #94EE65; }
a { background-color: rgb(148,238,101); }
div.DivClassName
{
background-color: #94EE65;
}
.BgClassName
{
background-color: #94EE65;
}
</style>
border-color css
<style>
span { border-color: #94EE65; }
span { border-color: rgb(148,238,101); }
td.TdClassName
{
border-color: #94EE65;
}
.TagClassName
{
border-color: #94EE65;
}
</style>