Shades of Feijoa #99DE68
Tints of Feijoa #99DE68
RGB
CMYK
RGB Variations
Color information
#99DE68 (or 0x99DE68) is known color: Feijoa. HEX triplet: 99, DE and 68. RGB value is (153,222,104). Sum of RGB (Red+Green+Blue) = 153+222+104=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 104 (41.02% from 255 or 21.71% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #99DE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DE68 is #662197. Grayscale: #BCBCBC. Windows color (decimal): -6693272 or 6872729. OLE color: 6872729.
HSL color Cylindrical-coordinate representation of color #99DE68: hue angle of 95.08º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99DE68 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 222 | 104 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.13 |
| HSL | 95.08º | 0.64% | 0.64% | - |
| HSV(B) | 95.08º | 0.53% | 0.87% | - |
| XYZ | 41.76 | 60.01 | 22.48 | - |
| YUV | 187.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 222 | 104 | 0.31 | 0 | 0.53 | 0.13 | 95.08 | 0.64 | 0.64 |
| Hex | 99 | DE | 68 | 1F | 0 | 35 | D | 5F | 40 | 40 |
| Octal | 231 | 336 | 150 | 37 | 0 | 65 | 15 | 137 | 100 | 100 |
| Binary | 10011001 | 11011110 | 1101000 | 11111 | 0 | 110101 | 1101 | 1011111 | 1000000 | 1000000 |
Color Harmonies of #99DE68
Complementary color
Monochromatic Colors of #99DE68
Black with #99DE68
Text Example
Text Example
White with #99DE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DE68; }
p { color: rgb(153,222,104); }
H1.HeaderClassName
{
color: #99DE68;
}
.AnyTagClassName
{
color: #99DE68;
}
</style>
background-color css
<style>
a { background-color: #99DE68; }
a { background-color: rgb(153,222,104); }
div.DivClassName
{
background-color: #99DE68;
}
.BgClassName
{
background-color: #99DE68;
}
</style>
border-color css
<style>
span { border-color: #99DE68; }
span { border-color: rgb(153,222,104); }
td.TdClassName
{
border-color: #99DE68;
}
.TagClassName
{
border-color: #99DE68;
}
</style>