#7DEC85

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

Shades of Pastel Green #7DEC85

Tints of Pastel Green #7DEC85

Color information

#7DEC85 (or 0x7DEC85) is unknown color: approx Pastel Green. HEX triplet: 7D, EC and 85. RGB value is (125,236,133). Sum of RGB (Red+Green+Blue) = 125+236+133=494 (65% of max value = 765). Red value is 125 (49.22% from 255 or 25.30% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #7DEC85 is #82137A. Grayscale: #BFBFBF. Windows color (decimal): -8524667 or 8776829. OLE color: 8776829.

HSL color Cylindrical-coordinate representation of color #7DEC85: hue angle of 124.32º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DEC85 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB125236133-
CMYK0.4700.440.07
HSL124.32º74.5%70.78%-
HSV(B)124.32º47.03%92.55%-
XYZ42.6966.0432.69-
YUV191.0795.2380.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 25.30%
GREEN value IS 236 (92.58% from 255) = 47.77%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=25.30%
G=47.77%
B=26.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361330.4700.440.07124.3274.570.78
Hex7DEC852F02C77c4a47
Octal175354205570547174112107
Binary111110111101100100001011011110101100111111110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,236,133); }

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

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

 a { background-color: rgb(125,236,133); }

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

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

 span { border-color: rgb(125,236,133); }

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