Shades of Feijoa #99DF68
Tints of Feijoa #99DF68
RGB
CMYK
RGB Variations
Color information
#99DF68 (or 0x99DF68) is known color: Feijoa. HEX triplet: 99, DF and 68. RGB value is (153,223,104). Sum of RGB (Red+Green+Blue) = 153+223+104=480 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.88% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 104 (41.02% from 255 or 21.67% from 480); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF68 is #662097. Grayscale: #BCBCBC. Windows color (decimal): -6693016 or 6872985. OLE color: 6872985.
HSL color Cylindrical-coordinate representation of color #99DF68: hue angle of 95.29º degrees, saturation: 0.65, 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 #99DF68 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 104 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.13 |
| HSL | 95.29º | 0.65% | 0.64% | - |
| HSV(B) | 95.29º | 0.53% | 0.87% | - |
| XYZ | 42.02 | 60.55 | 22.57 | - |
| YUV | 188.5 | 80.31 | 102.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 104 | 0.31 | 0 | 0.53 | 0.13 | 95.29 | 0.65 | 0.64 |
| Hex | 99 | DF | 68 | 1F | 0 | 35 | D | 5F | 41 | 40 |
| Octal | 231 | 337 | 150 | 37 | 0 | 65 | 15 | 137 | 101 | 100 |
| Binary | 10011001 | 11011111 | 1101000 | 11111 | 0 | 110101 | 1101 | 1011111 | 1000001 | 1000000 |
Color Harmonies of #99DF68
Complementary color
Monochromatic Colors of #99DF68
Black with #99DF68
Text Example
Text Example
White with #99DF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF68; }
p { color: rgb(153,223,104); }
H1.HeaderClassName
{
color: #99DF68;
}
.AnyTagClassName
{
color: #99DF68;
}
</style>
background-color css
<style>
a { background-color: #99DF68; }
a { background-color: rgb(153,223,104); }
div.DivClassName
{
background-color: #99DF68;
}
.BgClassName
{
background-color: #99DF68;
}
</style>
border-color css
<style>
span { border-color: #99DF68; }
span { border-color: rgb(153,223,104); }
td.TdClassName
{
border-color: #99DF68;
}
.TagClassName
{
border-color: #99DF68;
}
</style>