#7DEB5F

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

Shades of Pastel Green #7DEB5F

Tints of Pastel Green #7DEB5F

Color information

#7DEB5F (or 0x7DEB5F) is unknown color: approx Pastel Green. HEX triplet: 7D, EB and 5F. RGB value is (125,235,95). Sum of RGB (Red+Green+Blue) = 125+235+95=455 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.47% from 455); Green value is 235 (92.19% from 255 or 51.65% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEB5F is #8214A0. Grayscale: #BABABA. Windows color (decimal): -8524961 or 6286205. OLE color: 6286205.

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

Color convert

RGB12523595-
CMYK0.4700.600.08
HSL107.14º77.78%64.71%-
HSV(B)107.14º59.57%92.16%-
XYZ40.2364.621.18-
YUV186.1576.5684.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.47%
GREEN value IS 235 (92.19% from 255) = 51.65%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=27.47%
G=51.65%
B=20.88%

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
Decimal125235950.4700.600.08107.1477.7864.71
Hex7DEB5F2F03C86b4e41
Octal1753531375707410153116101
Binary111110111101011101111110111101111001000110101110011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEB5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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