#7DEC91

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

Shades of Light Green #7DEC91

Tints of Light Green #7DEC91

Color information

#7DEC91 (or 0x7DEC91) is unknown color: approx Light Green. HEX triplet: 7D, EC and 91. RGB value is (125,236,145). Sum of RGB (Red+Green+Blue) = 125+236+145=506 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.70% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEC91 is #82136E. Grayscale: #C0C0C0. Windows color (decimal): -8524655 or 9563261. OLE color: 9563261.

HSL color Cylindrical-coordinate representation of color #7DEC91: hue angle of 130.81º 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 #7DEC91 is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB125236145-
CMYK0.4700.390.07
HSL130.81º74.5%70.78%-
HSV(B)130.81º47.03%92.55%-
XYZ43.5666.437.31-
YUV192.44101.2379.9-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.70%
GREEN value IS 236 (92.58% from 255) = 46.64%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=24.70%
G=46.64%
B=28.66%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361450.4700.390.07130.8174.570.78
Hex7DEC912F0277834a47
Octal175354221570477203112107
Binary1111101111011001001000110111101001111111000001110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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