Shades of Feijoa #95EE64
Tints of Feijoa #95EE64
RGB
CMYK
RGB Variations
Color information
#95EE64 (or 0x95EE64) is known color: Feijoa. HEX triplet: 95, EE and 64. RGB value is (149,238,100). Sum of RGB (Red+Green+Blue) = 149+238+100=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 100 (39.45% from 255 or 20.53% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EE64 is #6A119B. Grayscale: #C4C4C4. Windows color (decimal): -6951324 or 6614677. OLE color: 6614677.
HSL color Cylindrical-coordinate representation of color #95EE64: hue angle of 98.7º 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 #95EE64 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 238 | 100 | - |
| CMYK | 0.37 | 0 | 0.58 | 0.07 |
| HSL | 98.7º | 0.8% | 0.66% | - |
| HSV(B) | 98.7º | 0.58% | 0.93% | - |
| XYZ | 45.27 | 68.46 | 22.88 | - |
| YUV | 195.66 | 74.01 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 238 | 100 | 0.37 | 0 | 0.58 | 0.07 | 98.7 | 0.8 | 0.66 |
| Hex | 95 | EE | 64 | 25 | 0 | 3A | 7 | 63 | 50 | 42 |
| Octal | 225 | 356 | 144 | 45 | 0 | 72 | 7 | 143 | 120 | 102 |
| Binary | 10010101 | 11101110 | 1100100 | 100101 | 0 | 111010 | 111 | 1100011 | 1010000 | 1000010 |
Color Harmonies of #95EE64
Complementary color
Monochromatic Colors of #95EE64
Black with #95EE64
Text Example
Text Example
White with #95EE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EE64; }
p { color: rgb(149,238,100); }
H1.HeaderClassName
{
color: #95EE64;
}
.AnyTagClassName
{
color: #95EE64;
}
</style>
background-color css
<style>
a { background-color: #95EE64; }
a { background-color: rgb(149,238,100); }
div.DivClassName
{
background-color: #95EE64;
}
.BgClassName
{
background-color: #95EE64;
}
</style>
border-color css
<style>
span { border-color: #95EE64; }
span { border-color: rgb(149,238,100); }
td.TdClassName
{
border-color: #95EE64;
}
.TagClassName
{
border-color: #95EE64;
}
</style>