#7DEB94

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

Shades of Light Green #7DEB94

Tints of Light Green #7DEB94

Color information

#7DEB94 (or 0x7DEB94) is unknown color: approx Light Green. HEX triplet: 7D, EB and 94. RGB value is (125,235,148). Sum of RGB (Red+Green+Blue) = 125+235+148=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 235 (92.19% from 255 or 46.26% from 508); Blue value is 148 (58.20% from 255 or 29.13% from 508); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB94 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEB94 is #82146B. Grayscale: #C0C0C0. Windows color (decimal): -8524908 or 9759613. OLE color: 9759613.

HSL color Cylindrical-coordinate representation of color #7DEB94: hue angle of 132.55º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEB94 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.08.

Color convert

RGB125235148-
CMYK0.4700.370.08
HSL132.55º73.33%70.59%-
HSV(B)132.55º46.81%92.16%-
XYZ43.5165.9138.45-
YUV192.19103.0680.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 235 (92.19% from 255) = 46.26%
BLUE value IS 148 (58.20% from 255) = 29.13%
R=24.61%
G=46.26%
B=29.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252351480.4700.370.08132.5573.3370.59
Hex7DEB942F0258854947
Octal1753532245704510205111107
Binary11111011110101110010100101111010010110001000010110010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEB94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,235,148); }

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

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

 a { background-color: rgb(125,235,148); }

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

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

 span { border-color: rgb(125,235,148); }

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