#7EED68

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

Shades of Pastel Green #7EED68

Tints of Pastel Green #7EED68

Color information

#7EED68 (or 0x7EED68) is unknown color: approx Pastel Green. HEX triplet: 7E, ED and 68. RGB value is (126,237,104). Sum of RGB (Red+Green+Blue) = 126+237+104=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED68 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EED68 is #811297. Grayscale: #BDBDBD. Windows color (decimal): -8458904 or 6876542. OLE color: 6876542.

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

Color convert

RGB126237104-
CMYK0.4700.560.07
HSL110.08º78.7%66.86%-
HSV(B)110.08º56.12%92.94%-
XYZ41.396623.66-
YUV188.6580.2383.31-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.98%
GREEN value IS 237 (92.97% from 255) = 50.75%
BLUE value IS 104 (41.02% from 255) = 22.27%
R=26.98%
G=50.75%
B=22.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1262371040.4700.560.07110.0878.766.86
Hex7EED682F03876e4f43
Octal176355150570707156117103
Binary11111101110110111010001011110111000111110111010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EED68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,237,104); }

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

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

 a { background-color: rgb(126,237,104); }

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

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

 span { border-color: rgb(126,237,104); }

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