Shades of Feijoa #99EA65
Tints of Feijoa #99EA65
RGB
CMYK
RGB Variations
Color information
#99EA65 (or 0x99EA65) is known color: Feijoa. HEX triplet: 99, EA and 65. RGB value is (153,234,101). Sum of RGB (Red+Green+Blue) = 153+234+101=488 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.35% from 488); Green value is 234 (91.80% from 255 or 47.95% from 488); Blue value is 101 (39.84% from 255 or 20.70% from 488); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EA65 is #66159A. Grayscale: #C3C3C3. Windows color (decimal): -6690203 or 6679193. OLE color: 6679193.
HSL color Cylindrical-coordinate representation of color #99EA65: hue angle of 96.54º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #99EA65 is Cyan = 0.35, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 153 | 234 | 101 | - |
| CMYK | 0.35 | 0 | 0.57 | 0.08 |
| HSL | 96.54º | 0.76% | 0.66% | - |
| HSV(B) | 96.54º | 0.57% | 0.92% | - |
| XYZ | 44.91 | 66.56 | 22.79 | - |
| YUV | 194.62 | 75.16 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 234 | 101 | 0.35 | 0 | 0.57 | 0.08 | 96.54 | 0.76 | 0.66 |
| Hex | 99 | EA | 65 | 23 | 0 | 39 | 8 | 61 | 4C | 42 |
| Octal | 231 | 352 | 145 | 43 | 0 | 71 | 10 | 141 | 114 | 102 |
| Binary | 10011001 | 11101010 | 1100101 | 100011 | 0 | 111001 | 1000 | 1100001 | 1001100 | 1000010 |
Color Harmonies of #99EA65
Complementary color
Monochromatic Colors of #99EA65
Black with #99EA65
Text Example
Text Example
White with #99EA65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EA65; }
p { color: rgb(153,234,101); }
H1.HeaderClassName
{
color: #99EA65;
}
.AnyTagClassName
{
color: #99EA65;
}
</style>
background-color css
<style>
a { background-color: #99EA65; }
a { background-color: rgb(153,234,101); }
div.DivClassName
{
background-color: #99EA65;
}
.BgClassName
{
background-color: #99EA65;
}
</style>
border-color css
<style>
span { border-color: #99EA65; }
span { border-color: rgb(153,234,101); }
td.TdClassName
{
border-color: #99EA65;
}
.TagClassName
{
border-color: #99EA65;
}
</style>