#7DF196

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

Shades of Light Green #7DF196

Tints of Light Green #7DF196

Color information

#7DF196 (or 0x7DF196) is unknown color: approx Light Green. HEX triplet: 7D, F1 and 96. RGB value is (125,241,150). Sum of RGB (Red+Green+Blue) = 125+241+150=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 150 (58.98% from 255 or 29.07% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF196 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF196 is #820E69. Grayscale: #C4C4C4. Windows color (decimal): -8523370 or 9892221. OLE color: 9892221.

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

Color convert

RGB125241150-
CMYK0.4800.380.05
HSL132.93º80.56%71.76%-
HSV(B)132.93º48.13%94.51%-
XYZ45.4269.4739.87-
YUV195.94102.0777.4-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 241 (94.53% from 255) = 46.71%
BLUE value IS 150 (58.98% from 255) = 29.07%
R=24.22%
G=46.71%
B=29.07%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252411500.4800.380.05132.9380.5671.76
Hex7DF196300265855148
Octal175361226600465205121110
Binary1111101111100011001011011000001001101011000010110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,241,150); }

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

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

 a { background-color: rgb(125,241,150); }

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

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

 span { border-color: rgb(125,241,150); }

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