#7ED86E

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

Shades of Pastel Green #7ED86E

Tints of Pastel Green #7ED86E

Color information

#7ED86E (or 0x7ED86E) is unknown color: approx Pastel Green. HEX triplet: 7E, D8 and 6E. RGB value is (126,216,110). Sum of RGB (Red+Green+Blue) = 126+216+110=452 (59% of max value = 765). Red value is 126 (49.61% from 255 or 27.88% from 452); Green value is 216 (84.77% from 255 or 47.79% from 452); Blue value is 110 (43.36% from 255 or 24.34% from 452); Max value from RGB is 216 - color contains mainly: green. Hex color #7ED86E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ED86E is #812791. Grayscale: #B1B1B1. Windows color (decimal): -8464274 or 7264382. OLE color: 7264382.

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

Color convert

RGB126216110-
CMYK0.4200.490.15
HSL110.94º57.61%63.92%-
HSV(B)110.94º49.07%84.71%-
XYZ35.9754.6723.41-
YUV177.0190.1891.62-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.88%
GREEN value IS 216 (84.77% from 255) = 47.79%
BLUE value IS 110 (43.36% from 255) = 24.34%
R=27.88%
G=47.79%
B=24.34%

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
Decimal1262161100.4200.490.15110.9457.6163.92
Hex7ED86E2A031F6f3a40
Octal176330156520611715772100
Binary11111101101100011011101010100110001111111011111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ED86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,216,110); }

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

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

 a { background-color: rgb(126,216,110); }

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

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

 span { border-color: rgb(126,216,110); }

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