Shades of Feijoa #99FF67
Tints of Feijoa #99FF67
RGB
CMYK
RGB Variations
Color information
#99FF67 (or 0x99FF67) is known color: Feijoa. HEX triplet: 99, FF and 67. RGB value is (153,255,103). Sum of RGB (Red+Green+Blue) = 153+255+103=511 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.94% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 103 (40.62% from 255 or 20.16% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #99FF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FF67 is #660098. Grayscale: #CFCFCF. Windows color (decimal): -6684825 or 6815641. OLE color: 6815641.
HSL color Cylindrical-coordinate representation of color #99FF67: hue angle of 100.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #99FF67 is Cyan = 0.4, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 153 | 255 | 103 | - |
| CMYK | 0.4 | 0 | 0.60 | 0 |
| HSL | 100.26º | 1% | 0.7% | - |
| HSV(B) | 100.26º | 0.6% | 1% | - |
| XYZ | 51.35 | 79.27 | 25.43 | - |
| YUV | 207.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 255 | 103 | 0.4 | 0 | 0.60 | 0 | 100.26 | 1 | 0.7 |
| Hex | 99 | FF | 67 | 28 | 0 | 3C | 0 | 64 | 64 | 46 |
| Octal | 231 | 377 | 147 | 50 | 0 | 74 | 0 | 144 | 144 | 106 |
| Binary | 10011001 | 11111111 | 1100111 | 101000 | 0 | 111100 | 0 | 1100100 | 1100100 | 1000110 |
Color Harmonies of #99FF67
Complementary color
Monochromatic Colors of #99FF67
Black with #99FF67
Text Example
Text Example
White with #99FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FF67; }
p { color: rgb(153,255,103); }
H1.HeaderClassName
{
color: #99FF67;
}
.AnyTagClassName
{
color: #99FF67;
}
</style>
background-color css
<style>
a { background-color: #99FF67; }
a { background-color: rgb(153,255,103); }
div.DivClassName
{
background-color: #99FF67;
}
.BgClassName
{
background-color: #99FF67;
}
</style>
border-color css
<style>
span { border-color: #99FF67; }
span { border-color: rgb(153,255,103); }
td.TdClassName
{
border-color: #99FF67;
}
.TagClassName
{
border-color: #99FF67;
}
</style>