#7DF8A2

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

Shades of Light Green #7DF8A2

Tints of Light Green #7DF8A2

Color information

#7DF8A2 (or 0x7DF8A2) is unknown color: approx Light Green. HEX triplet: 7D, F8 and A2. RGB value is (125,248,162). Sum of RGB (Red+Green+Blue) = 125+248+162=535 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.36% from 535); Green value is 248 (97.27% from 255 or 46.36% from 535); Blue value is 162 (63.67% from 255 or 30.28% from 535); Max value from RGB is 248 - color contains mainly: green. Hex color #7DF8A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF8A2 is #82075D. Grayscale: #C9C9C9. Windows color (decimal): -8521566 or 10680445. OLE color: 10680445.

HSL color Cylindrical-coordinate representation of color #7DF8A2: hue angle of 138.05º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DF8A2 is Cyan = 0.50, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.03.

Color convert

RGB125248162-
CMYK0.5000.350.03
HSL138.05º89.78%73.14%-
HSV(B)138.05º49.6%97.25%-
XYZ48.5574.145.93-
YUV201.42105.7573.49-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.36%
GREEN value IS 248 (97.27% from 255) = 46.36%
BLUE value IS 162 (63.67% from 255) = 30.28%
R=23.36%
G=46.36%
B=30.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1252481620.5000.350.03138.0589.7873.14
Hex7DF8A23202338a5a49
Octal175370242620433212132111
Binary111110111111000101000101100100100011111000101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF8A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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