Shades of Feijoa #99FE69
Tints of Feijoa #99FE69
RGB
CMYK
RGB Variations
Color information
#99FE69 (or 0x99FE69) is known color: Feijoa. HEX triplet: 99, FE and 69. RGB value is (153,254,105). Sum of RGB (Red+Green+Blue) = 153+254+105=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 254 (99.61% from 255 or 49.61% from 512); Blue value is 105 (41.41% from 255 or 20.51% from 512); Max value from RGB is 254 - color contains mainly: green. Hex color #99FE69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99FE69 is #660196. Grayscale: #CFCFCF. Windows color (decimal): -6685079 or 6946457. OLE color: 6946457.
HSL color Cylindrical-coordinate representation of color #99FE69: hue angle of 100.67º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #99FE69 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 254 | 105 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.00 |
| HSL | 100.67º | 0.99% | 0.7% | - |
| HSV(B) | 100.67º | 0.59% | 1% | - |
| XYZ | 51.13 | 78.68 | 25.86 | - |
| YUV | 206.82 | 70.54 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 254 | 105 | 0.40 | 0 | 0.59 | 0.00 | 100.67 | 0.99 | 0.7 |
| Hex | 99 | FE | 69 | 28 | 0 | 3B | 0 | 65 | 63 | 46 |
| Octal | 231 | 376 | 151 | 50 | 0 | 73 | 0 | 145 | 143 | 106 |
| Binary | 10011001 | 11111110 | 1101001 | 101000 | 0 | 111011 | 0 | 1100101 | 1100011 | 1000110 |
Color Harmonies of #99FE69
Complementary color
Monochromatic Colors of #99FE69
Black with #99FE69
Text Example
Text Example
White with #99FE69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99FE69; }
p { color: rgb(153,254,105); }
H1.HeaderClassName
{
color: #99FE69;
}
.AnyTagClassName
{
color: #99FE69;
}
</style>
background-color css
<style>
a { background-color: #99FE69; }
a { background-color: rgb(153,254,105); }
div.DivClassName
{
background-color: #99FE69;
}
.BgClassName
{
background-color: #99FE69;
}
</style>
border-color css
<style>
span { border-color: #99FE69; }
span { border-color: rgb(153,254,105); }
td.TdClassName
{
border-color: #99FE69;
}
.TagClassName
{
border-color: #99FE69;
}
</style>