#7EED60

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

Shades of Pastel Green #7EED60

Tints of Pastel Green #7EED60

Color information

#7EED60 (or 0x7EED60) is unknown color: approx Pastel Green. HEX triplet: 7E, ED and 60. RGB value is (126,237,96). Sum of RGB (Red+Green+Blue) = 126+237+96=459 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.45% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #7EED60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #7EED60 is #81129F. Grayscale: #BCBCBC. Windows color (decimal): -8458912 or 6352254. OLE color: 6352254.

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

Color convert

RGB12623796-
CMYK0.4700.590.07
HSL107.23º79.66%65.29%-
HSV(B)107.23º59.49%92.94%-
XYZ4165.8521.62-
YUV187.7476.2383.96-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.45%
GREEN value IS 237 (92.97% from 255) = 51.63%
BLUE value IS 96 (37.89% from 255) = 20.92%
R=27.45%
G=51.63%
B=20.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal126237960.4700.590.07107.2379.6665.29
Hex7EED602F03B76b5041
Octal176355140570737153120101
Binary11111101110110111000001011110111011111110101110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EED60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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