Shades of Feijoa #99DF67
Tints of Feijoa #99DF67
RGB
CMYK
RGB Variations
Color information
#99DF67 (or 0x99DF67) is known color: Feijoa. HEX triplet: 99, DF and 67. RGB value is (153,223,103). Sum of RGB (Red+Green+Blue) = 153+223+103=479 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.94% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #99DF67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99DF67 is #662098. Grayscale: #BCBCBC. Windows color (decimal): -6693017 or 6807449. OLE color: 6807449.
HSL color Cylindrical-coordinate representation of color #99DF67: hue angle of 95º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99DF67 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 153 | 223 | 103 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.13 |
| HSL | 95º | 0.65% | 0.64% | - |
| HSV(B) | 95º | 0.54% | 0.87% | - |
| XYZ | 41.97 | 60.53 | 22.3 | - |
| YUV | 188.39 | 79.81 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 223 | 103 | 0.31 | 0 | 0.54 | 0.13 | 95 | 0.65 | 0.64 |
| Hex | 99 | DF | 67 | 1F | 0 | 36 | D | 5F | 41 | 40 |
| Octal | 231 | 337 | 147 | 37 | 0 | 66 | 15 | 137 | 101 | 100 |
| Binary | 10011001 | 11011111 | 1100111 | 11111 | 0 | 110110 | 1101 | 1011111 | 1000001 | 1000000 |
Color Harmonies of #99DF67
Complementary color
Monochromatic Colors of #99DF67
Black with #99DF67
Text Example
Text Example
White with #99DF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DF67; }
p { color: rgb(153,223,103); }
H1.HeaderClassName
{
color: #99DF67;
}
.AnyTagClassName
{
color: #99DF67;
}
</style>
background-color css
<style>
a { background-color: #99DF67; }
a { background-color: rgb(153,223,103); }
div.DivClassName
{
background-color: #99DF67;
}
.BgClassName
{
background-color: #99DF67;
}
</style>
border-color css
<style>
span { border-color: #99DF67; }
span { border-color: rgb(153,223,103); }
td.TdClassName
{
border-color: #99DF67;
}
.TagClassName
{
border-color: #99DF67;
}
</style>