#7DEB5D

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

Shades of Pastel Green #7DEB5D

Tints of Pastel Green #7DEB5D

Color information

#7DEB5D (or 0x7DEB5D) is unknown color: approx Pastel Green. HEX triplet: 7D, EB and 5D. RGB value is (125,235,93). Sum of RGB (Red+Green+Blue) = 125+235+93=453 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.59% from 453); Green value is 235 (92.19% from 255 or 51.88% from 453); Blue value is 93 (36.72% from 255 or 20.53% from 453); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEB5D is #8214A2. Grayscale: #BABABA. Windows color (decimal): -8524963 or 6155133. OLE color: 6155133.

HSL color Cylindrical-coordinate representation of color #7DEB5D: hue angle of 106.48º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7DEB5D is Cyan = 0.47, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB12523593-
CMYK0.4700.600.08
HSL106.48º78.02%64.31%-
HSV(B)106.48º60.43%92.16%-
XYZ40.1464.5720.7-
YUV185.9275.5684.55-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.59%
GREEN value IS 235 (92.19% from 255) = 51.88%
BLUE value IS 93 (36.72% from 255) = 20.53%
R=27.59%
G=51.88%
B=20.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal125235930.4700.600.08106.4878.0264.31
Hex7DEB5D2F03C86a4e40
Octal1753531355707410152116100
Binary111110111101011101110110111101111001000110101010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,235,93); }

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

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

 a { background-color: rgb(125,235,93); }

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

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

 span { border-color: rgb(125,235,93); }

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