Shades of Feijoa #99EE73
Tints of Feijoa #99EE73
RGB
CMYK
RGB Variations
Color information
#99EE73 (or 0x99EE73) is known color: Feijoa. HEX triplet: 99, EE and 73. RGB value is (153,238,115). Sum of RGB (Red+Green+Blue) = 153+238+115=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 238 (93.36% from 255 or 47.04% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 238 - color contains mainly: green. Hex color #99EE73 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EE73 is #66118C. Grayscale: #C6C6C6. Windows color (decimal): -6689165 or 7597721. OLE color: 7597721.
HSL color Cylindrical-coordinate representation of color #99EE73: hue angle of 101.46º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99EE73 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 153 | 238 | 115 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.07 |
| HSL | 101.46º | 0.78% | 0.69% | - |
| HSV(B) | 101.46º | 0.52% | 0.93% | - |
| XYZ | 46.81 | 69.16 | 27.1 | - |
| YUV | 198.56 | 80.84 | 95.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 238 | 115 | 0.36 | 0 | 0.52 | 0.07 | 101.46 | 0.78 | 0.69 |
| Hex | 99 | EE | 73 | 24 | 0 | 34 | 7 | 65 | 4E | 45 |
| Octal | 231 | 356 | 163 | 44 | 0 | 64 | 7 | 145 | 116 | 105 |
| Binary | 10011001 | 11101110 | 1110011 | 100100 | 0 | 110100 | 111 | 1100101 | 1001110 | 1000101 |
Color Harmonies of #99EE73
Complementary color
Monochromatic Colors of #99EE73
Black with #99EE73
Text Example
Text Example
White with #99EE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99EE73; }
p { color: rgb(153,238,115); }
H1.HeaderClassName
{
color: #99EE73;
}
.AnyTagClassName
{
color: #99EE73;
}
</style>
background-color css
<style>
a { background-color: #99EE73; }
a { background-color: rgb(153,238,115); }
div.DivClassName
{
background-color: #99EE73;
}
.BgClassName
{
background-color: #99EE73;
}
</style>
border-color css
<style>
span { border-color: #99EE73; }
span { border-color: rgb(153,238,115); }
td.TdClassName
{
border-color: #99EE73;
}
.TagClassName
{
border-color: #99EE73;
}
</style>