#95F565

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

Shades of Feijoa #95F565

Tints of Feijoa #95F565

Color information

#95F565 (or 0x95F565) is unknown color: approx 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

RGB149245101-
CMYK0.3900.590.04
HSL100º87.8%67.84%-
HSV(B)100º58.78%96.08%-
XYZ47.472.6323.83-
YUV199.8872.291.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.10%
GREEN value IS 245 (96.09% from 255) = 49.49%
BLUE value IS 101 (39.84% from 255) = 20.40%
R=30.10%
G=49.49%
B=20.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1492451010.3900.590.0410087.867.84
Hex95F5652703B4645844
Octal225365145470734144130104
Binary100101011111010111001011001110111011100110010010110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95F565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>