#7DE380

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

Shades of Pastel Green #7DE380

Tints of Pastel Green #7DE380

Color information

#7DE380 (or 0x7DE380) is unknown color: approx Pastel Green. HEX triplet: 7D, E3 and 80. RGB value is (125,227,128). Sum of RGB (Red+Green+Blue) = 125+227+128=480 (63% of max value = 765). Red value is 125 (49.22% from 255 or 26.04% from 480); Green value is 227 (89.06% from 255 or 47.29% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE380 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7DE380 is #821C7F. Grayscale: #B9B9B9. Windows color (decimal): -8526976 or 8446845. OLE color: 8446845.

HSL color Cylindrical-coordinate representation of color #7DE380: hue angle of 121.76º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DE380 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB125227128-
CMYK0.4500.440.11
HSL121.76º64.56%69.02%-
HSV(B)121.76º44.93%89.02%-
XYZ39.8260.8630.07-
YUV185.2295.7185.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.04%
GREEN value IS 227 (89.06% from 255) = 47.29%
BLUE value IS 128 (50.39% from 255) = 26.67%
R=26.04%
G=47.29%
B=26.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1252271280.4500.440.11121.7664.5669.02
Hex7DE3802D02CB7a4145
Octal1753432005505413172101105
Binary1111101111000111000000010110101011001011111101010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,227,128); }

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

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

 a { background-color: rgb(125,227,128); }

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

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

 span { border-color: rgb(125,227,128); }

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