#7DFE95

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

Shades of Light Green #7DFE95

Tints of Light Green #7DFE95

Color information

#7DFE95 (or 0x7DFE95) is unknown color: approx Light Green. HEX triplet: 7D, FE and 95. RGB value is (125,254,149). Sum of RGB (Red+Green+Blue) = 125+254+149=528 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.67% from 528); Green value is 254 (99.61% from 255 or 48.11% from 528); Blue value is 149 (58.59% from 255 or 28.22% from 528); Max value from RGB is 254 - color contains mainly: green. Hex color #7DFE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFE95 is #82016A. Grayscale: #CBCBCB. Windows color (decimal): -8520043 or 9830013. OLE color: 9830013.

HSL color Cylindrical-coordinate representation of color #7DFE95: hue angle of 131.16º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DFE95 is Cyan = 0.51, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.

Color convert

RGB125254149-
CMYK0.5100.410.00
HSL131.16º98.47%74.31%-
HSV(B)131.16º50.79%99.61%-
XYZ49.3277.4140.78-
YUV203.4697.2672.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.67%
GREEN value IS 254 (99.61% from 255) = 48.11%
BLUE value IS 149 (58.59% from 255) = 28.22%
R=23.67%
G=48.11%
B=28.22%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1252541490.5100.410.00131.1698.4774.31
Hex7DFE9533029083624a
Octal175376225630510203142112
Binary11111011111111010010101110011010100101000001111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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