#95EB94

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

Shades of Light Green #95EB94

Tints of Light Green #95EB94

Color information

#95EB94 (or 0x95EB94) is unknown color: approx Light Green. HEX triplet: 95, EB and 94. RGB value is (149,235,148). Sum of RGB (Red+Green+Blue) = 149+235+148=532 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.01% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB94 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EB94 is #6A146B. Grayscale: #C7C7C7. Windows color (decimal): -6952044 or 9759637. OLE color: 9759637.

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

Color convert

RGB149235148-
CMYK0.3700.370.08
HSL119.31º68.5%75.1%-
HSV(B)119.31º37.02%92.16%-
XYZ47.4567.9438.63-
YUV199.3799.0192.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.01%
GREEN value IS 235 (92.19% from 255) = 44.17%
BLUE value IS 148 (58.20% from 255) = 27.82%
R=28.01%
G=44.17%
B=27.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492351480.3700.370.08119.3168.575.1
Hex95EB9425025877454b
Octal2253532244504510167105113
Binary10010101111010111001010010010101001011000111011110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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