#7DE875

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

Shades of Pastel Green #7DE875

Tints of Pastel Green #7DE875

Color information

#7DE875 (or 0x7DE875) is unknown color: approx Pastel Green. HEX triplet: 7D, E8 and 75. RGB value is (125,232,117). Sum of RGB (Red+Green+Blue) = 125+232+117=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 232 (91.02% from 255 or 48.95% from 474); Blue value is 117 (46.09% from 255 or 24.68% from 474); Max value from RGB is 232 - color contains mainly: green. Hex color #7DE875 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE875 is #82178A. Grayscale: #BBBBBB. Windows color (decimal): -8525707 or 7727229. OLE color: 7727229.

HSL color Cylindrical-coordinate representation of color #7DE875: hue angle of 115.83º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE875 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB125232117-
CMYK0.4600.500.09
HSL115.83º71.43%68.43%-
HSV(B)115.83º49.57%90.98%-
XYZ40.5263.3626.92-
YUV186.988.5583.85-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.37%
GREEN value IS 232 (91.02% from 255) = 48.95%
BLUE value IS 117 (46.09% from 255) = 24.68%
R=26.37%
G=48.95%
B=24.68%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252321170.4600.500.09115.8371.4368.43
Hex7DE8752E0329744744
Octal1753501655606211164107104
Binary111110111101000111010110111001100101001111010010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,232,117); }

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

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

 a { background-color: rgb(125,232,117); }

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

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

 span { border-color: rgb(125,232,117); }

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