Shades of Feijoa #95F565
Tints of Feijoa #95F565
RGB
CMYK
RGB Variations
Color information
#95F565 (or 0x95F565) is known color: Feijoa. HEX triplet: 95, F5 and 65. RGB value is (149,245,101). Sum of RGB (Red+Green+Blue) = 149+245+101=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 245 (96.09% from 255 or 49.49% from 495); Blue value is 101 (39.84% from 255 or 20.40% from 495); Max value from RGB is 245 - color contains mainly: green. Hex color #95F565 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F565 is #6A0A9A. Grayscale: #C8C8C8. Windows color (decimal): -6949531 or 6682005. OLE color: 6682005.
HSL color Cylindrical-coordinate representation of color #95F565: hue angle of 100º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95F565 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 149 | 245 | 101 | - |
| CMYK | 0.39 | 0 | 0.59 | 0.04 |
| HSL | 100º | 0.88% | 0.68% | - |
| HSV(B) | 100º | 0.59% | 0.96% | - |
| XYZ | 47.4 | 72.63 | 23.83 | - |
| YUV | 199.88 | 72.2 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 245 | 101 | 0.39 | 0 | 0.59 | 0.04 | 100 | 0.88 | 0.68 |
| Hex | 95 | F5 | 65 | 27 | 0 | 3B | 4 | 64 | 58 | 44 |
| Octal | 225 | 365 | 145 | 47 | 0 | 73 | 4 | 144 | 130 | 104 |
| Binary | 10010101 | 11110101 | 1100101 | 100111 | 0 | 111011 | 100 | 1100100 | 1011000 | 1000100 |
Color Harmonies of #95F565
Complementary color
Monochromatic Colors of #95F565
Black with #95F565
Text Example
Text Example
White with #95F565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95F565; }
p { color: rgb(149,245,101); }
H1.HeaderClassName
{
color: #95F565;
}
.AnyTagClassName
{
color: #95F565;
}
</style>
background-color css
<style>
a { background-color: #95F565; }
a { background-color: rgb(149,245,101); }
div.DivClassName
{
background-color: #95F565;
}
.BgClassName
{
background-color: #95F565;
}
</style>
border-color css
<style>
span { border-color: #95F565; }
span { border-color: rgb(149,245,101); }
td.TdClassName
{
border-color: #95F565;
}
.TagClassName
{
border-color: #95F565;
}
</style>