#7DE96E

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

Shades of Pastel Green #7DE96E

Tints of Pastel Green #7DE96E

Color information

#7DE96E (or 0x7DE96E) is unknown color: approx Pastel Green. HEX triplet: 7D, E9 and 6E. RGB value is (125,233,110). Sum of RGB (Red+Green+Blue) = 125+233+110=468 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.71% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #7DE96E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DE96E is #821691. Grayscale: #BBBBBB. Windows color (decimal): -8525458 or 7268733. OLE color: 7268733.

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

Color convert

RGB125233110-
CMYK0.4600.530.09
HSL112.68º73.65%67.25%-
HSV(B)112.68º52.79%91.37%-
XYZ40.4163.7624.93-
YUV186.6984.7284-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.71%
GREEN value IS 233 (91.41% from 255) = 49.79%
BLUE value IS 110 (43.36% from 255) = 23.50%
R=26.71%
G=49.79%
B=23.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1252331100.4600.530.09112.6873.6567.25
Hex7DE96E2E0359714a43
Octal1753511565606511161112103
Binary111110111101001110111010111001101011001111000110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,233,110); }

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

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

 a { background-color: rgb(125,233,110); }

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

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

 span { border-color: rgb(125,233,110); }

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