#7DEC70

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

Shades of Pastel Green #7DEC70

Tints of Pastel Green #7DEC70

Color information

#7DEC70 (or 0x7DEC70) is unknown color: approx Pastel Green. HEX triplet: 7D, EC and 70. RGB value is (125,236,112). Sum of RGB (Red+Green+Blue) = 125+236+112=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7DEC70 is #82138F. Grayscale: #BDBDBD. Windows color (decimal): -8524688 or 7400573. OLE color: 7400573.

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

Color convert

RGB125236112-
CMYK0.4700.530.07
HSL113.71º76.54%68.24%-
HSV(B)113.71º52.54%92.55%-
XYZ41.3865.5225.8-
YUV188.6884.7382.58-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 236 (92.58% from 255) = 49.89%
BLUE value IS 112 (44.14% from 255) = 23.68%
R=26.43%
G=49.89%
B=23.68%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1252361120.4700.530.07113.7176.5468.24
Hex7DEC702F0357724d44
Octal175354160570657162115104
Binary11111011110110011100001011110110101111111001010011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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