#95F766

Color #95F766 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #95F766

Tints of Feijoa #95F766

Color information

#95F766 (or 0x95F766) is unknown color: approx Feijoa. HEX triplet: 95, F7 and 66. RGB value is (149,247,102). Sum of RGB (Red+Green+Blue) = 149+247+102=498 (65% of max value = 765). Red value is 149 (58.59% from 255 or 29.92% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #95F766 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95F766 is #6A0899. Grayscale: #C9C9C9. Windows color (decimal): -6949018 or 6748053. OLE color: 6748053.

HSL color Cylindrical-coordinate representation of color #95F766: hue angle of 100.55º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #95F766 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB149247102-
CMYK0.4000.590.03
HSL100.55º90.06%68.43%-
HSV(B)100.55º58.7%96.86%-
XYZ48.0573.8724.3-
YUV201.1772.0390.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 29.92%
GREEN value IS 247 (96.88% from 255) = 49.60%
BLUE value IS 102 (40.23% from 255) = 20.48%
R=29.92%
G=49.60%
B=20.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1492471020.4000.590.03100.5590.0668.43
Hex95F7662803B3655a44
Octal225367146500733145132104
Binary10010101111101111100110101000011101111110010110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95F766; }

 p { color: rgb(149,247,102); }

 H1.HeaderClassName
 {
   color: #95F766;
 }
 .AnyTagClassName
 {
   color: #95F766;
 }
</style>
background-color css

<style>
 a { background-color: #95F766; }

 a { background-color: rgb(149,247,102); }

 div.DivClassName
 {
   background-color: #95F766;
 }
 .BgClassName
 {
   background-color: #95F766;
 }
</style>
border-color css

<style>
 span { border-color: #95F766; }

 span { border-color: rgb(149,247,102); }

 td.TdClassName
 {
   border-color: #95F766;
 }
 .TagClassName
 {
   border-color: #95F766;
 }
</style>