#95ED97

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

Shades of Light Green #95ED97

Tints of Light Green #95ED97

Color information

#95ED97 (or 0x95ED97) is unknown color: approx Light Green. HEX triplet: 95, ED and 97. RGB value is (149,237,151). Sum of RGB (Red+Green+Blue) = 149+237+151=537 (71% of max value = 765). Red value is 149 (58.59% from 255 or 27.75% from 537); Green value is 237 (92.97% from 255 or 44.13% from 537); Blue value is 151 (59.38% from 255 or 28.12% from 537); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95ED97 is #6A1268. Grayscale: #C9C9C9. Windows color (decimal): -6951529 or 9956757. OLE color: 9956757.

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

Color convert

RGB149237151-
CMYK0.3700.360.07
HSL121.36º70.97%75.69%-
HSV(B)121.36º37.13%92.94%-
XYZ48.2669.1940.09-
YUV200.8899.8590.99-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 27.75%
GREEN value IS 237 (92.97% from 255) = 44.13%
BLUE value IS 151 (59.38% from 255) = 28.12%
R=27.75%
G=44.13%
B=28.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492371510.3700.360.07121.3670.9775.69
Hex95ED9725024779474c
Octal225355227450447171107114
Binary1001010111101101100101111001010100100111111100110001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ED97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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