#7DEBA2

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

Shades of Light Green #7DEBA2

Tints of Light Green #7DEBA2

Color information

#7DEBA2 (or 0x7DEBA2) is unknown color: approx Light Green. HEX triplet: 7D, EB and A2. RGB value is (125,235,162). Sum of RGB (Red+Green+Blue) = 125+235+162=522 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.95% from 522); Green value is 235 (92.19% from 255 or 45.02% from 522); Blue value is 162 (63.67% from 255 or 31.03% from 522); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEBA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEBA2 is #82145D. Grayscale: #C1C1C1. Windows color (decimal): -8524894 or 10677117. OLE color: 10677117.

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

Color convert

RGB125235162-
CMYK0.4700.310.08
HSL140.18º73.33%70.59%-
HSV(B)140.18º46.81%92.16%-
XYZ44.6966.3944.64-
YUV193.79110.0678.94-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.95%
GREEN value IS 235 (92.19% from 255) = 45.02%
BLUE value IS 162 (63.67% from 255) = 31.03%
R=23.95%
G=45.02%
B=31.03%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1252351620.4700.310.08140.1873.3370.59
Hex7DEBA22F01F88c4947
Octal1753532425703710214111107
Binary1111101111010111010001010111101111110001000110010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEBA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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