#95ED88

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

Shades of Light Green #95ED88

Tints of Light Green #95ED88

Color information

#95ED88 (or 0x95ED88) is unknown color: approx Light Green. HEX triplet: 95, ED and 88. RGB value is (149,237,136). Sum of RGB (Red+Green+Blue) = 149+237+136=522 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.54% from 522); Green value is 237 (92.97% from 255 or 45.40% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95ED88 is #6A1277. Grayscale: #C7C7C7. Windows color (decimal): -6951544 or 8973717. OLE color: 8973717.

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

Color convert

RGB149237136-
CMYK0.3700.430.07
HSL112.28º73.72%73.14%-
HSV(B)112.28º42.62%92.94%-
XYZ47.1268.7434.08-
YUV199.1792.3592.21-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.54%
GREEN value IS 237 (92.97% from 255) = 45.40%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=28.54%
G=45.40%
B=26.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492371360.3700.430.07112.2873.7273.14
Hex95ED882502B7704a49
Octal225355210450537160112111
Binary1001010111101101100010001001010101011111111000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ED88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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