#95ED7F

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

Shades of Light Green #95ED7F

Tints of Light Green #95ED7F

Color information

#95ED7F (or 0x95ED7F) is unknown color: approx Light Green. HEX triplet: 95, ED and 7F. RGB value is (149,237,127). Sum of RGB (Red+Green+Blue) = 149+237+127=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #95ED7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95ED7F is #6A1280. Grayscale: #C6C6C6. Windows color (decimal): -6951553 or 8383893. OLE color: 8383893.

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

Color convert

RGB149237127-
CMYK0.3700.460.07
HSL108º75.34%71.37%-
HSV(B)108º46.41%92.94%-
XYZ46.5168.4930.85-
YUV198.1587.8592.94-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 29.04%
GREEN value IS 237 (92.97% from 255) = 46.20%
BLUE value IS 127 (50% from 255) = 24.76%
R=29.04%
G=46.20%
B=24.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1492371270.3700.460.0710875.3471.37
Hex95ED7F2502E76c4b47
Octal225355177450567154113107
Binary100101011110110111111111001010101110111110110010010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95ED7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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