Shades of Feijoa #95F667
Tints of Feijoa #95F667
RGB
CMYK
RGB Variations
Color information
#95F667 (or 0x95F667) is known color: Feijoa. HEX triplet: 95, F6 and 67. RGB value is (149,246,103). Sum of RGB (Red+Green+Blue) = 149+246+103=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 246 (96.48% from 255 or 49.40% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 246 - color contains mainly: green. Hex color #95F667 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F667 is #6A0998. Grayscale: #C9C9C9. Windows color (decimal): -6949273 or 6813333. OLE color: 6813333.
HSL color Cylindrical-coordinate representation of color #95F667: hue angle of 100.7º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #95F667 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 246 | 103 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.04 |
| HSL | 100.7º | 0.89% | 0.68% | - |
| HSV(B) | 100.7º | 0.58% | 0.96% | - |
| XYZ | 47.8 | 73.28 | 24.46 | - |
| YUV | 200.7 | 72.86 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 246 | 103 | 0.39 | 0 | 0.58 | 0.04 | 100.7 | 0.89 | 0.68 |
| Hex | 95 | F6 | 67 | 27 | 0 | 3A | 4 | 65 | 59 | 44 |
| Octal | 225 | 366 | 147 | 47 | 0 | 72 | 4 | 145 | 131 | 104 |
| Binary | 10010101 | 11110110 | 1100111 | 100111 | 0 | 111010 | 100 | 1100101 | 1011001 | 1000100 |
Color Harmonies of #95F667
Complementary color
Monochromatic Colors of #95F667
Black with #95F667
Text Example
Text Example
White with #95F667
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F667; }
p { color: rgb(149,246,103); }
H1.HeaderClassName
{
color: #95F667;
}
.AnyTagClassName
{
color: #95F667;
}
</style>
background-color css
<style>
a { background-color: #95F667; }
a { background-color: rgb(149,246,103); }
div.DivClassName
{
background-color: #95F667;
}
.BgClassName
{
background-color: #95F667;
}
</style>
border-color css
<style>
span { border-color: #95F667; }
span { border-color: rgb(149,246,103); }
td.TdClassName
{
border-color: #95F667;
}
.TagClassName
{
border-color: #95F667;
}
</style>