#7dfc95

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

Shades of Light Green #7DFC95

Tints of Light Green #7DFC95

Color information

#7DFC95 (or 0x7DFC95) is unknown color: approx Light Green. HEX triplet: 7D, FC and 95. RGB value is (125,252,149). Sum of RGB (Red+Green+Blue) = 125+252+149=526 (69% of max value = 765). Red value is 125 (49.22% from 255 or 23.76% from 526); Green value is 252 (98.83% from 255 or 47.91% from 526); Blue value is 149 (58.59% from 255 or 28.33% from 526); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFC95 is #82036A. Grayscale: #CACACA. Windows color (decimal): -8520555 or 9829501. OLE color: 9829501.

HSL color Cylindrical-coordinate representation of color #7DFC95: hue angle of 131.34º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DFC95 is Cyan = 0.50, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.01.

Color convert

RGB125252149-
CMYK0.5000.410.01
HSL131.34º95.49%73.92%-
HSV(B)131.34º50.4%98.82%-
XYZ48.6976.1540.57-
YUV202.2897.9272.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 23.76%
GREEN value IS 252 (98.83% from 255) = 47.91%
BLUE value IS 149 (58.59% from 255) = 28.33%
R=23.76%
G=47.91%
B=28.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252521490.5000.410.01131.3495.4973.92
Hex7DFC95320291835f4a
Octal175374225620511203137112
Binary11111011111110010010101110010010100111000001110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7dfc95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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