#7EFB96

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

Shades of Light Green #7EFB96

Tints of Light Green #7EFB96

Color information

#7EFB96 (or 0x7EFB96) is unknown color: approx Light Green. HEX triplet: 7E, FB and 96. RGB value is (126,251,150). Sum of RGB (Red+Green+Blue) = 126+251+150=527 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.91% from 527); Green value is 251 (98.44% from 255 or 47.63% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 251 - color contains mainly: green. Hex color #7EFB96 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7EFB96 is #810469. Grayscale: #CACACA. Windows color (decimal): -8455274 or 9894782. OLE color: 9894782.

HSL color Cylindrical-coordinate representation of color #7EFB96: hue angle of 131.52º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7EFB96 is Cyan = 0.50, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.02.

Color convert

RGB126251150-
CMYK0.5000.400.02
HSL131.52º93.98%73.92%-
HSV(B)131.52º49.8%98.43%-
XYZ48.6175.6340.89-
YUV202.1198.5973.71-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.91%
GREEN value IS 251 (98.44% from 255) = 47.63%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=23.91%
G=47.63%
B=28.46%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1262511500.5000.400.02131.5293.9873.92
Hex7EFB96320282845e4a
Octal176373226620502204136112
Binary111111011111011100101101100100101000101000010010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EFB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EFB96; }

 p { color: rgb(126,251,150); }

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

<style>
 a { background-color: #7EFB96; }

 a { background-color: rgb(126,251,150); }

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

<style>
 span { border-color: #7EFB96; }

 span { border-color: rgb(126,251,150); }

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