#95EB80

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

Shades of Light Green #95EB80

Tints of Light Green #95EB80

Color information

#95EB80 (or 0x95EB80) is unknown color: approx Light Green. HEX triplet: 95, EB and 80. RGB value is (149,235,128). Sum of RGB (Red+Green+Blue) = 149+235+128=512 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.10% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 128 (50.39% from 255 or 25% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EB80 is #6A147F. Grayscale: #C5C5C5. Windows color (decimal): -6952064 or 8448917. OLE color: 8448917.

HSL color Cylindrical-coordinate representation of color #95EB80: hue angle of 108.22º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95EB80 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB149235128-
CMYK0.3700.460.08
HSL108.22º72.79%71.18%-
HSV(B)108.22º45.53%92.16%-
XYZ4667.3631-
YUV197.0989.0193.7-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.10%
GREEN value IS 235 (92.19% from 255) = 45.90%
BLUE value IS 128 (50.39% from 255) = 25%
R=29.10%
G=45.90%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492351280.3700.460.08108.2272.7971.18
Hex95EB802502E86c4947
Octal2253532004505610154111107
Binary10010101111010111000000010010101011101000110110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,235,128); }

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

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

 a { background-color: rgb(149,235,128); }

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

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

 span { border-color: rgb(149,235,128); }

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