Shades of Feijoa #99FA67
Tints of Feijoa #99FA67
RGB
CMYK
RGB Variations
Color information
#99FA67 (or 0x99FA67) is known color: Feijoa. HEX triplet: 99, FA and 67. RGB value is (153,250,103). Sum of RGB (Red+Green+Blue) = 153+250+103=506 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.24% from 506); Green value is 250 (98.05% from 255 or 49.41% from 506); Blue value is 103 (40.62% from 255 or 20.36% from 506); Max value from RGB is 250 - color contains mainly: green. Hex color #99FA67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FA67 is #660598. Grayscale: #CCCCCC. Windows color (decimal): -6686105 or 6814361. OLE color: 6814361.
HSL color Cylindrical-coordinate representation of color #99FA67: hue angle of 99.59º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99FA67 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 153 | 250 | 103 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.02 |
| HSL | 99.59º | 0.94% | 0.69% | - |
| HSV(B) | 99.59º | 0.59% | 0.98% | - |
| XYZ | 49.77 | 76.12 | 24.9 | - |
| YUV | 204.24 | 70.86 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 250 | 103 | 0.39 | 0 | 0.59 | 0.02 | 99.59 | 0.94 | 0.69 |
| Hex | 99 | FA | 67 | 27 | 0 | 3B | 2 | 64 | 5E | 45 |
| Octal | 231 | 372 | 147 | 47 | 0 | 73 | 2 | 144 | 136 | 105 |
| Binary | 10011001 | 11111010 | 1100111 | 100111 | 0 | 111011 | 10 | 1100100 | 1011110 | 1000101 |
Color Harmonies of #99FA67
Complementary color
Monochromatic Colors of #99FA67
Black with #99FA67
Text Example
Text Example
White with #99FA67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FA67; }
p { color: rgb(153,250,103); }
H1.HeaderClassName
{
color: #99FA67;
}
.AnyTagClassName
{
color: #99FA67;
}
</style>
background-color css
<style>
a { background-color: #99FA67; }
a { background-color: rgb(153,250,103); }
div.DivClassName
{
background-color: #99FA67;
}
.BgClassName
{
background-color: #99FA67;
}
</style>
border-color css
<style>
span { border-color: #99FA67; }
span { border-color: rgb(153,250,103); }
td.TdClassName
{
border-color: #99FA67;
}
.TagClassName
{
border-color: #99FA67;
}
</style>