Shades of Feijoa #99F66C
Tints of Feijoa #99F66C
RGB
CMYK
RGB Variations
Color information
#99F66C (or 0x99F66C) is known color: Feijoa. HEX triplet: 99, F6 and 6C. RGB value is (153,246,108). Sum of RGB (Red+Green+Blue) = 153+246+108=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #99F66C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F66C is #660993. Grayscale: #CACACA. Windows color (decimal): -6687124 or 7141017. OLE color: 7141017.
HSL color Cylindrical-coordinate representation of color #99F66C: hue angle of 100.43º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #99F66C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 153 | 246 | 108 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.04 |
| HSL | 100.43º | 0.88% | 0.69% | - |
| HSV(B) | 100.43º | 0.56% | 0.96% | - |
| XYZ | 48.8 | 73.77 | 25.85 | - |
| YUV | 202.46 | 74.69 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 246 | 108 | 0.38 | 0 | 0.56 | 0.04 | 100.43 | 0.88 | 0.69 |
| Hex | 99 | F6 | 6C | 26 | 0 | 38 | 4 | 64 | 58 | 45 |
| Octal | 231 | 366 | 154 | 46 | 0 | 70 | 4 | 144 | 130 | 105 |
| Binary | 10011001 | 11110110 | 1101100 | 100110 | 0 | 111000 | 100 | 1100100 | 1011000 | 1000101 |
Color Harmonies of #99F66C
Complementary color
Monochromatic Colors of #99F66C
Black with #99F66C
Text Example
Text Example
White with #99F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99F66C; }
p { color: rgb(153,246,108); }
H1.HeaderClassName
{
color: #99F66C;
}
.AnyTagClassName
{
color: #99F66C;
}
</style>
background-color css
<style>
a { background-color: #99F66C; }
a { background-color: rgb(153,246,108); }
div.DivClassName
{
background-color: #99F66C;
}
.BgClassName
{
background-color: #99F66C;
}
</style>
border-color css
<style>
span { border-color: #99F66C; }
span { border-color: rgb(153,246,108); }
td.TdClassName
{
border-color: #99F66C;
}
.TagClassName
{
border-color: #99F66C;
}
</style>