#7DEC88

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

Shades of Light Green #7DEC88

Tints of Light Green #7DEC88

Color information

#7DEC88 (or 0x7DEC88) is unknown color: approx Light Green. HEX triplet: 7D, EC and 88. RGB value is (125,236,136). Sum of RGB (Red+Green+Blue) = 125+236+136=497 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.15% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEC88 is #821377. Grayscale: #BFBFBF. Windows color (decimal): -8524664 or 8973437. OLE color: 8973437.

HSL color Cylindrical-coordinate representation of color #7DEC88: hue angle of 125.95º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEC88 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB125236136-
CMYK0.4700.420.07
HSL125.95º74.5%70.78%-
HSV(B)125.95º47.03%92.55%-
XYZ42.966.1333.8-
YUV191.4196.7380.63-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.15%
GREEN value IS 236 (92.58% from 255) = 47.48%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=25.15%
G=47.48%
B=27.36%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361360.4700.420.07125.9574.570.78
Hex7DEC882F02A77e4a47
Octal175354210570527176112107
Binary111110111101100100010001011110101010111111111010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,136); }

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

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

 a { background-color: rgb(125,236,136); }

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

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

 span { border-color: rgb(125,236,136); }

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