#7DF2A2

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

Shades of Light Green #7DF2A2

Tints of Light Green #7DF2A2

Color information

#7DF2A2 (or 0x7DF2A2) is unknown color: approx Light Green. HEX triplet: 7D, F2 and A2. RGB value is (125,242,162). Sum of RGB (Red+Green+Blue) = 125+242+162=529 (70% of max value = 765). Red value is 125 (49.22% from 255 or 23.63% from 529); Green value is 242 (94.92% from 255 or 45.75% from 529); Blue value is 162 (63.67% from 255 or 30.62% from 529); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF2A2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF2A2 is #820D5D. Grayscale: #C6C6C6. Windows color (decimal): -8523102 or 10678909. OLE color: 10678909.

HSL color Cylindrical-coordinate representation of color #7DF2A2: hue angle of 138.97º 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 #7DF2A2 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.

Color convert

RGB125242162-
CMYK0.4800.330.05
HSL138.97º81.82%71.96%-
HSV(B)138.97º48.35%94.9%-
XYZ46.7370.4745.32-
YUV197.9107.7476-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.63%
GREEN value IS 242 (94.92% from 255) = 45.75%
BLUE value IS 162 (63.67% from 255) = 30.62%
R=23.63%
G=45.75%
B=30.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252421620.4800.330.05138.9781.8271.96
Hex7DF2A23002158b5248
Octal175362242600415213122110
Binary1111101111100101010001011000001000011011000101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF2A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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