#7ECB70

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

Shades of Pastel Green #7ECB70

Tints of Pastel Green #7ECB70

Color information

#7ECB70 (or 0x7ECB70) is unknown color: approx Pastel Green. HEX triplet: 7E, CB and 70. RGB value is (126,203,112). Sum of RGB (Red+Green+Blue) = 126+203+112=441 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.57% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 112 (44.14% from 255 or 25.40% from 441); Max value from RGB is 203 - color contains mainly: green. Hex color #7ECB70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ECB70 is #81348F. Grayscale: #A9A9A9. Windows color (decimal): -8467600 or 7392126. OLE color: 7392126.

HSL color Cylindrical-coordinate representation of color #7ECB70: hue angle of 110.77º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7ECB70 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB126203112-
CMYK0.3800.450.20
HSL110.77º46.67%61.76%-
HSV(B)110.77º44.83%79.61%-
XYZ32.8848.3222.92-
YUV169.695.4996.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.57%
GREEN value IS 203 (79.69% from 255) = 46.03%
BLUE value IS 112 (44.14% from 255) = 25.40%
R=28.57%
G=46.03%
B=25.40%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1262031120.3800.450.20110.7746.6761.76
Hex7ECB702602D146f2f3e
Octal17631316046055241575776
Binary11111101100101111100001001100101101101001101111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ECB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,203,112); }

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

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

 a { background-color: rgb(126,203,112); }

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

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

 span { border-color: rgb(126,203,112); }

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