#7DF2A4

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

Shades of Light Green #7DF2A4

Tints of Light Green #7DF2A4

Color information

#7DF2A4 (or 0x7DF2A4) is unknown color: approx Light Green. HEX triplet: 7D, F2 and A4. RGB value is (125,242,164). Sum of RGB (Red+Green+Blue) = 125+242+164=531 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.54% from 531); Green value is 242 (94.92% from 255 or 45.57% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2A4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2A4 is #820D5B. Grayscale: #C6C6C6. Windows color (decimal): -8523100 or 10809981. OLE color: 10809981.

HSL color Cylindrical-coordinate representation of color #7DF2A4: hue angle of 140º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7DF2A4 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB125242164-
CMYK0.4800.320.05
HSL140º81.82%71.96%-
HSV(B)140º48.35%94.9%-
XYZ46.9170.5446.27-
YUV198.12108.7475.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.54%
GREEN value IS 242 (94.92% from 255) = 45.57%
BLUE value IS 164 (64.45% from 255) = 30.89%
R=23.54%
G=45.57%
B=30.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421640.4800.320.0514081.8271.96
Hex7DF2A43002058c5248
Octal175362244600405214122110
Binary1111101111100101010010011000001000001011000110010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF2A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,242,164); }

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

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

 a { background-color: rgb(125,242,164); }

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

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

 span { border-color: rgb(125,242,164); }

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