#7DF371

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

Shades of Pastel Green #7DF371

Tints of Pastel Green #7DF371

Color information

#7DF371 (or 0x7DF371) is unknown color: approx Pastel Green. HEX triplet: 7D, F3 and 71. RGB value is (125,243,113). Sum of RGB (Red+Green+Blue) = 125+243+113=481 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.99% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 113 (44.53% from 255 or 23.49% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF371 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DF371 is #820C8E. Grayscale: #C1C1C1. Windows color (decimal): -8522895 or 7467901. OLE color: 7467901.

HSL color Cylindrical-coordinate representation of color #7DF371: hue angle of 114.46º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7DF371 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.

Color convert

RGB125243113-
CMYK0.4900.530.05
HSL114.46º84.42%69.8%-
HSV(B)114.46º53.5%95.29%-
XYZ43.4969.6526.78-
YUV192.982.9179.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.99%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 113 (44.53% from 255) = 23.49%
R=25.99%
G=50.52%
B=23.49%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1252431130.4900.530.05114.4684.4269.8
Hex7DF371310355725446
Octal175363161610655162124106
Binary11111011111001111100011100010110101101111001010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DF371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,243,113); }

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

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

 a { background-color: rgb(125,243,113); }

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

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

 span { border-color: rgb(125,243,113); }

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