Shades of Feijoa #95EC67
Tints of Feijoa #95EC67
RGB
CMYK
RGB Variations
Color information
#95EC67 (or 0x95EC67) is known color: Feijoa. HEX triplet: 95, EC and 67. RGB value is (149,236,103). Sum of RGB (Red+Green+Blue) = 149+236+103=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 236 (92.58% from 255 or 48.36% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 236 - color contains mainly: green. Hex color #95EC67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EC67 is #6A1398. Grayscale: #C3C3C3. Windows color (decimal): -6951833 or 6810773. OLE color: 6810773.
HSL color Cylindrical-coordinate representation of color #95EC67: hue angle of 99.25º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #95EC67 is Cyan = 0.37, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 236 | 103 | - |
| CMYK | 0.37 | 0 | 0.56 | 0.07 |
| HSL | 99.25º | 0.78% | 0.66% | - |
| HSV(B) | 99.25º | 0.56% | 0.93% | - |
| XYZ | 44.84 | 67.36 | 23.47 | - |
| YUV | 194.83 | 76.18 | 95.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 236 | 103 | 0.37 | 0 | 0.56 | 0.07 | 99.25 | 0.78 | 0.66 |
| Hex | 95 | EC | 67 | 25 | 0 | 38 | 7 | 63 | 4E | 42 |
| Octal | 225 | 354 | 147 | 45 | 0 | 70 | 7 | 143 | 116 | 102 |
| Binary | 10010101 | 11101100 | 1100111 | 100101 | 0 | 111000 | 111 | 1100011 | 1001110 | 1000010 |
Color Harmonies of #95EC67
Complementary color
Monochromatic Colors of #95EC67
Black with #95EC67
Text Example
Text Example
White with #95EC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EC67; }
p { color: rgb(149,236,103); }
H1.HeaderClassName
{
color: #95EC67;
}
.AnyTagClassName
{
color: #95EC67;
}
</style>
background-color css
<style>
a { background-color: #95EC67; }
a { background-color: rgb(149,236,103); }
div.DivClassName
{
background-color: #95EC67;
}
.BgClassName
{
background-color: #95EC67;
}
</style>
border-color css
<style>
span { border-color: #95EC67; }
span { border-color: rgb(149,236,103); }
td.TdClassName
{
border-color: #95EC67;
}
.TagClassName
{
border-color: #95EC67;
}
</style>