Shades of Feijoa #99FD68
Tints of Feijoa #99FD68
RGB
CMYK
RGB Variations
Color information
#99FD68 (or 0x99FD68) is known color: Feijoa. HEX triplet: 99, FD and 68. RGB value is (153,253,104). Sum of RGB (Red+Green+Blue) = 153+253+104=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 104 (41.02% from 255 or 20.39% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #99FD68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FD68 is #660297. Grayscale: #CECECE. Windows color (decimal): -6685336 or 6880665. OLE color: 6880665.
HSL color Cylindrical-coordinate representation of color #99FD68: hue angle of 100.27º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99FD68 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 153 | 253 | 104 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.01 |
| HSL | 100.27º | 0.97% | 0.7% | - |
| HSV(B) | 100.27º | 0.59% | 0.99% | - |
| XYZ | 50.76 | 78.02 | 25.48 | - |
| YUV | 206.11 | 70.37 | 90.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 253 | 104 | 0.40 | 0 | 0.59 | 0.01 | 100.27 | 0.97 | 0.7 |
| Hex | 99 | FD | 68 | 28 | 0 | 3B | 1 | 64 | 61 | 46 |
| Octal | 231 | 375 | 150 | 50 | 0 | 73 | 1 | 144 | 141 | 106 |
| Binary | 10011001 | 11111101 | 1101000 | 101000 | 0 | 111011 | 1 | 1100100 | 1100001 | 1000110 |
Color Harmonies of #99FD68
Complementary color
Monochromatic Colors of #99FD68
Black with #99FD68
Text Example
Text Example
White with #99FD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FD68; }
p { color: rgb(153,253,104); }
H1.HeaderClassName
{
color: #99FD68;
}
.AnyTagClassName
{
color: #99FD68;
}
</style>
background-color css
<style>
a { background-color: #99FD68; }
a { background-color: rgb(153,253,104); }
div.DivClassName
{
background-color: #99FD68;
}
.BgClassName
{
background-color: #99FD68;
}
</style>
border-color css
<style>
span { border-color: #99FD68; }
span { border-color: rgb(153,253,104); }
td.TdClassName
{
border-color: #99FD68;
}
.TagClassName
{
border-color: #99FD68;
}
</style>