#7DE28E

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

Shades of Light Green #7DE28E

Tints of Light Green #7DE28E

Color information

#7DE28E (or 0x7DE28E) is unknown color: approx Light Green. HEX triplet: 7D, E2 and 8E. RGB value is (125,226,142). Sum of RGB (Red+Green+Blue) = 125+226+142=493 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.35% from 493); Green value is 226 (88.67% from 255 or 45.84% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE28E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE28E is #821D71. Grayscale: #BABABA. Windows color (decimal): -8527218 or 9364093. OLE color: 9364093.

HSL color Cylindrical-coordinate representation of color #7DE28E: hue angle of 130.1º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE28E is Cyan = 0.45, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.

Color convert

RGB125226142-
CMYK0.4500.370.11
HSL130.1º63.52%68.82%-
HSV(B)130.1º44.69%88.63%-
XYZ40.5460.7135.17-
YUV186.22103.0484.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.35%
GREEN value IS 226 (88.67% from 255) = 45.84%
BLUE value IS 142 (55.86% from 255) = 28.80%
R=25.35%
G=45.84%
B=28.80%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252261420.4500.370.11130.163.5268.82
Hex7DE28E2D025B824045
Octal1753422165504513202100105
Binary11111011110001010001110101101010010110111000001010000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,226,142); }

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

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

 a { background-color: rgb(125,226,142); }

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

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

 span { border-color: rgb(125,226,142); }

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