#95EB85

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

Shades of Light Green #95EB85

Tints of Light Green #95EB85

Color information

#95EB85 (or 0x95EB85) is unknown color: approx Light Green. HEX triplet: 95, EB and 85. RGB value is (149,235,133). Sum of RGB (Red+Green+Blue) = 149+235+133=517 (68% of max value = 765). Red value is 149 (58.59% from 255 or 28.82% from 517); Green value is 235 (92.19% from 255 or 45.45% from 517); Blue value is 133 (52.34% from 255 or 25.73% from 517); Max value from RGB is 235 - color contains mainly: green. Hex color #95EB85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #95EB85 is #6A147A. Grayscale: #C5C5C5. Windows color (decimal): -6952059 or 8776597. OLE color: 8776597.

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

Color convert

RGB149235133-
CMYK0.3700.430.08
HSL110.59º71.83%72.16%-
HSV(B)110.59º43.4%92.16%-
XYZ46.3467.532.78-
YUV197.6691.5193.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.82%
GREEN value IS 235 (92.19% from 255) = 45.45%
BLUE value IS 133 (52.34% from 255) = 25.73%
R=28.82%
G=45.45%
B=25.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1492351330.3700.430.08110.5971.8372.16
Hex95EB852502B86f4848
Octal2253532054505310157110110
Binary10010101111010111000010110010101010111000110111110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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