#7DFC85

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

Shades of Light Green #7DFC85

Tints of Light Green #7DFC85

Color information

#7DFC85 (or 0x7DFC85) is unknown color: approx Light Green. HEX triplet: 7D, FC and 85. RGB value is (125,252,133). Sum of RGB (Red+Green+Blue) = 125+252+133=510 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.51% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 133 (52.34% from 255 or 26.08% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #7DFC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DFC85 is #82037A. Grayscale: #C8C8C8. Windows color (decimal): -8520571 or 8780925. OLE color: 8780925.

HSL color Cylindrical-coordinate representation of color #7DFC85: hue angle of 123.78º 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 #7DFC85 is Cyan = 0.50, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB125252133-
CMYK0.5000.470.01
HSL123.78º95.49%73.92%-
HSV(B)123.78º50.4%98.82%-
XYZ47.575.6734.29-
YUV200.4689.9274.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.51%
GREEN value IS 252 (98.83% from 255) = 49.41%
BLUE value IS 133 (52.34% from 255) = 26.08%
R=24.51%
G=49.41%
B=26.08%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1252521330.5000.470.01123.7895.4973.92
Hex7DFC853202F17c5f4a
Octal175374205620571174137112
Binary1111101111111001000010111001001011111111110010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DFC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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