#95ed65

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

Shades of Feijoa #95ED65

Tints of Feijoa #95ED65

Color information

#95ED65 (or 0x95ED65) is unknown color: approx Feijoa. HEX triplet: 95, ED and 65. RGB value is (149,237,101). Sum of RGB (Red+Green+Blue) = 149+237+101=487 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.60% from 487); Green value is 237 (92.97% from 255 or 48.67% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95ED65 is #6A129A. Grayscale: #C3C3C3. Windows color (decimal): -6951579 or 6679957. OLE color: 6679957.

HSL color Cylindrical-coordinate representation of color #95ED65: hue angle of 98.82º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #95ED65 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.

Color convert

RGB149237101-
CMYK0.3700.570.07
HSL98.82º79.07%66.27%-
HSV(B)98.82º57.38%92.94%-
XYZ45.0367.923.04-
YUV195.1874.8595.06-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.60%
GREEN value IS 237 (92.97% from 255) = 48.67%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=30.60%
G=48.67%
B=20.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492371010.3700.570.0798.8279.0766.27
Hex95ED65250397634f42
Octal225355145450717143117102
Binary100101011110110111001011001010111001111110001110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ed65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,237,101); }

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

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

 a { background-color: rgb(149,237,101); }

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

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

 span { border-color: rgb(149,237,101); }

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