#95E697

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

Shades of Light Green #95E697

Tints of Light Green #95E697

Color information

#95E697 (or 0x95E697) is unknown color: approx Light Green. HEX triplet: 95, E6 and 97. RGB value is (149,230,151). Sum of RGB (Red+Green+Blue) = 149+230+151=530 (70% of max value = 765). Red value is 149 (58.59% from 255 or 28.11% from 530); Green value is 230 (90.23% from 255 or 43.40% from 530); Blue value is 151 (59.38% from 255 or 28.49% from 530); Max value from RGB is 230 - color contains mainly: green. Hex color #95E697 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95E697 is #6A1968. Grayscale: #C5C5C5. Windows color (decimal): -6953321 or 9954965. OLE color: 9954965.

HSL color Cylindrical-coordinate representation of color #95E697: hue angle of 121.48º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #95E697 is Cyan = 0.35, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB149230151-
CMYK0.3500.340.10
HSL121.48º61.83%74.31%-
HSV(B)121.48º35.22%90.2%-
XYZ46.2865.2239.43-
YUV196.77102.1693.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.11%
GREEN value IS 230 (90.23% from 255) = 43.40%
BLUE value IS 151 (59.38% from 255) = 28.49%
R=28.11%
G=43.40%
B=28.49%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1492301510.3500.340.10121.4861.8374.31
Hex95E69723022A793e4a
Octal225346227430421217176112
Binary1001010111100110100101111000110100010101011110011111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95E697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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