#7EDA70

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

Shades of Pastel Green #7EDA70

Tints of Pastel Green #7EDA70

Color information

#7EDA70 (or 0x7EDA70) is unknown color: approx Pastel Green. HEX triplet: 7E, DA and 70. RGB value is (126,218,112). Sum of RGB (Red+Green+Blue) = 126+218+112=456 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.63% from 456); Green value is 218 (85.55% from 255 or 47.81% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 218 - color contains mainly: green. Hex color #7EDA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EDA70 is #81258F. Grayscale: #B2B2B2. Windows color (decimal): -8463760 or 7395966. OLE color: 7395966.

HSL color Cylindrical-coordinate representation of color #7EDA70: hue angle of 112.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7EDA70 is Cyan = 0.42, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB126218112-
CMYK0.4200.490.15
HSL112.08º58.89%64.71%-
HSV(B)112.08º48.62%85.49%-
XYZ36.655.7524.16-
YUV178.4190.5290.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.63%
GREEN value IS 218 (85.55% from 255) = 47.81%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=27.63%
G=47.81%
B=24.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1262181120.4200.490.15112.0858.8964.71
Hex7EDA702A031F703b41
Octal176332160520611716073101
Binary11111101101101011100001010100110001111111100001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EDA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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