#7DE785

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

Shades of Pastel Green #7DE785

Tints of Pastel Green #7DE785

Color information

#7DE785 (or 0x7DE785) is unknown color: approx Pastel Green. HEX triplet: 7D, E7 and 85. RGB value is (125,231,133). Sum of RGB (Red+Green+Blue) = 125+231+133=489 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.56% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 133 (52.34% from 255 or 27.20% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #7DE785 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DE785 is #82187A. Grayscale: #BCBCBC. Windows color (decimal): -8525947 or 8775549. OLE color: 8775549.

HSL color Cylindrical-coordinate representation of color #7DE785: hue angle of 124.53º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7DE785 is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB125231133-
CMYK0.4600.420.09
HSL124.53º68.83%69.8%-
HSV(B)124.53º45.89%90.59%-
XYZ41.2763.2132.22-
YUV188.1396.8882.97-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.56%
GREEN value IS 231 (90.62% from 255) = 47.24%
BLUE value IS 133 (52.34% from 255) = 27.20%
R=25.56%
G=47.24%
B=27.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252311330.4600.420.09124.5368.8369.8
Hex7DE7852E02A97d4546
Octal1753472055605211175105106
Binary1111101111001111000010110111001010101001111110110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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