Shades of Feijoa #99DF69
Tints of Feijoa #99DF69
RGB
CMYK
RGB Variations
Color information
#99DF69 (or 0x99DF69) is known color: Feijoa. HEX triplet: 99, DF and 69. RGB value is (153,223,105). Sum of RGB (Red+Green+Blue) = 153+223+105=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF69 is #662096. Grayscale: #BDBDBD. Windows color (decimal): -6693015 or 6938521. OLE color: 6938521.
HSL color Cylindrical-coordinate representation of color #99DF69: hue angle of 95.59º 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 #99DF69 is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 105 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.13 |
| HSL | 95.59º | 0.65% | 0.64% | - |
| HSV(B) | 95.59º | 0.53% | 0.87% | - |
| XYZ | 42.07 | 60.57 | 22.84 | - |
| YUV | 188.62 | 80.81 | 102.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 105 | 0.31 | 0 | 0.53 | 0.13 | 95.59 | 0.65 | 0.64 |
| Hex | 99 | DF | 69 | 1F | 0 | 35 | D | 60 | 41 | 40 |
| Octal | 231 | 337 | 151 | 37 | 0 | 65 | 15 | 140 | 101 | 100 |
| Binary | 10011001 | 11011111 | 1101001 | 11111 | 0 | 110101 | 1101 | 1100000 | 1000001 | 1000000 |
Color Harmonies of #99DF69
Complementary color
Monochromatic Colors of #99DF69
Black with #99DF69
Text Example
Text Example
White with #99DF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF69; }
p { color: rgb(153,223,105); }
H1.HeaderClassName
{
color: #99DF69;
}
.AnyTagClassName
{
color: #99DF69;
}
</style>
background-color css
<style>
a { background-color: #99DF69; }
a { background-color: rgb(153,223,105); }
div.DivClassName
{
background-color: #99DF69;
}
.BgClassName
{
background-color: #99DF69;
}
</style>
border-color css
<style>
span { border-color: #99DF69; }
span { border-color: rgb(153,223,105); }
td.TdClassName
{
border-color: #99DF69;
}
.TagClassName
{
border-color: #99DF69;
}
</style>