#7DE68A

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

Shades of Light Green #7DE68A

Tints of Light Green #7DE68A

Color information

#7DE68A (or 0x7DE68A) is unknown color: approx Light Green. HEX triplet: 7D, E6 and 8A. RGB value is (125,230,138). Sum of RGB (Red+Green+Blue) = 125+230+138=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 138 (54.30% from 255 or 27.99% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #7DE68A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE68A is #821975. Grayscale: #BCBCBC. Windows color (decimal): -8526198 or 9102973. OLE color: 9102973.

HSL color Cylindrical-coordinate representation of color #7DE68A: hue angle of 127.43º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE68A is Cyan = 0.46, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.

Color convert

RGB125230138-
CMYK0.4600.40.10
HSL127.43º67.74%69.61%-
HSV(B)127.43º45.65%90.2%-
XYZ41.3462.7933.99-
YUV188.1299.7182.98-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 230 (90.23% from 255) = 46.65%
BLUE value IS 138 (54.30% from 255) = 27.99%
R=25.35%
G=46.65%
B=27.99%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1252301380.4600.40.10127.4367.7469.61
Hex7DE68A2E028A7f4446
Octal1753462125605012177104106
Binary1111101111001101000101010111001010001010111111110001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE68A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,230,138); }

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

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

 a { background-color: rgb(125,230,138); }

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

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

 span { border-color: rgb(125,230,138); }

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