Shades of Feijoa #95F66A
Tints of Feijoa #95F66A
RGB
CMYK
RGB Variations
Color information
#95F66A (or 0x95F66A) is known color: Feijoa. HEX triplet: 95, F6 and 6A. RGB value is (149,246,106). Sum of RGB (Red+Green+Blue) = 149+246+106=501 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.74% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 106 (41.80% from 255 or 21.16% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #95F66A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F66A is #6A0995. Grayscale: #C9C9C9. Windows color (decimal): -6949270 or 7009941. OLE color: 7009941.
HSL color Cylindrical-coordinate representation of color #95F66A: hue angle of 101.57º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95F66A is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 106 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.04 |
| HSL | 101.57º | 0.89% | 0.69% | - |
| HSV(B) | 101.57º | 0.57% | 0.96% | - |
| XYZ | 47.95 | 73.34 | 25.26 | - |
| YUV | 201.04 | 74.36 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 106 | 0.39 | 0 | 0.57 | 0.04 | 101.57 | 0.89 | 0.69 |
| Hex | 95 | F6 | 6A | 27 | 0 | 39 | 4 | 66 | 59 | 45 |
| Octal | 225 | 366 | 152 | 47 | 0 | 71 | 4 | 146 | 131 | 105 |
| Binary | 10010101 | 11110110 | 1101010 | 100111 | 0 | 111001 | 100 | 1100110 | 1011001 | 1000101 |
Color Harmonies of #95F66A
Complementary color
Monochromatic Colors of #95F66A
Black with #95F66A
Text Example
Text Example
White with #95F66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F66A; }
p { color: rgb(149,246,106); }
H1.HeaderClassName
{
color: #95F66A;
}
.AnyTagClassName
{
color: #95F66A;
}
</style>
background-color css
<style>
a { background-color: #95F66A; }
a { background-color: rgb(149,246,106); }
div.DivClassName
{
background-color: #95F66A;
}
.BgClassName
{
background-color: #95F66A;
}
</style>
border-color css
<style>
span { border-color: #95F66A; }
span { border-color: rgb(149,246,106); }
td.TdClassName
{
border-color: #95F66A;
}
.TagClassName
{
border-color: #95F66A;
}
</style>