#7DE35E

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

Shades of Pastel Green #7DE35E

Tints of Pastel Green #7DE35E

Color information

#7DE35E (or 0x7DE35E) is unknown color: approx Pastel Green. HEX triplet: 7D, E3 and 5E. RGB value is (125,227,94). Sum of RGB (Red+Green+Blue) = 125+227+94=446 (59% of max value = 765). Red value is 125 (49.22% from 255 or 28.03% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #7DE35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DE35E is #821CA1. Grayscale: #B5B5B5. Windows color (decimal): -8527010 or 6218621. OLE color: 6218621.

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

Color convert

RGB12522794-
CMYK0.4500.590.11
HSL106.02º70.37%62.94%-
HSV(B)106.02º58.59%89.02%-
XYZ37.9560.1120.19-
YUV181.3478.7187.81-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.03%
GREEN value IS 227 (89.06% from 255) = 50.90%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=28.03%
G=50.90%
B=21.08%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal125227940.4500.590.11106.0270.3762.94
Hex7DE35E2D03BB6a463f
Octal175343136550731315210677
Binary11111011110001110111101011010111011101111010101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DE35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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