#95FE7C

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

Shades of Light Green #95FE7C

Tints of Light Green #95FE7C

Color information

#95FE7C (or 0x95FE7C) is unknown color: approx Light Green. HEX triplet: 95, FE and 7C. RGB value is (149,254,124). Sum of RGB (Red+Green+Blue) = 149+254+124=527 (69% of max value = 765). Red value is 149 (58.59% from 255 or 28.27% from 527); Green value is 254 (99.61% from 255 or 48.20% from 527); Blue value is 124 (48.83% from 255 or 23.53% from 527); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FE7C is #6A0183. Grayscale: #D0D0D0. Windows color (decimal): -6947204 or 8191637. OLE color: 8191637.

HSL color Cylindrical-coordinate representation of color #95FE7C: hue angle of 108.46º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #95FE7C is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.00.

Color convert

RGB149254124-
CMYK0.4100.510.00
HSL108.46º98.48%74.12%-
HSV(B)108.46º51.18%99.61%-
XYZ51.4778.7331.55-
YUV207.7880.7186.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 28.27%
GREEN value IS 254 (99.61% from 255) = 48.20%
BLUE value IS 124 (48.83% from 255) = 23.53%
R=28.27%
G=48.20%
B=23.53%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1492541240.4100.510.00108.4698.4874.12
Hex95FE7C2903306c624a
Octal225376174510630154142112
Binary1001010111111110111110010100101100110110110011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,254,124); }

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

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

 a { background-color: rgb(149,254,124); }

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

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

 span { border-color: rgb(149,254,124); }

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