#7DF295

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

Shades of Light Green #7DF295

Tints of Light Green #7DF295

Color information

#7DF295 (or 0x7DF295) is unknown color: approx Light Green. HEX triplet: 7D, F2 and 95. RGB value is (125,242,149). Sum of RGB (Red+Green+Blue) = 125+242+149=516 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.22% from 516); Green value is 242 (94.92% from 255 or 46.90% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 242 - color contains mainly: green. Hex color #7DF295 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DF295 is #820D6A. Grayscale: #C4C4C4. Windows color (decimal): -8523115 or 9826941. OLE color: 9826941.

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

Color convert

RGB125242149-
CMYK0.4800.380.05
HSL132.31º81.82%71.96%-
HSV(B)132.31º48.35%94.9%-
XYZ45.6370.0339.55-
YUV196.42101.2477.06-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.22%
GREEN value IS 242 (94.92% from 255) = 46.90%
BLUE value IS 149 (58.59% from 255) = 28.88%
R=24.22%
G=46.90%
B=28.88%

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
Decimal1252421490.4800.380.05132.3181.8271.96
Hex7DF295300265845248
Octal175362225600465204122110
Binary1111101111100101001010111000001001101011000010010100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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