#7EE06B

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

Shades of Pastel Green #7EE06B

Tints of Pastel Green #7EE06B

Color information

#7EE06B (or 0x7EE06B) is unknown color: approx Pastel Green. HEX triplet: 7E, E0 and 6B. RGB value is (126,224,107). Sum of RGB (Red+Green+Blue) = 126+224+107=457 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.57% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE06B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE06B is #811F94. Grayscale: #B5B5B5. Windows color (decimal): -8462229 or 7069822. OLE color: 7069822.

HSL color Cylindrical-coordinate representation of color #7EE06B: hue angle of 110.26º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7EE06B is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB126224107-
CMYK0.4400.520.12
HSL110.26º65.36%64.9%-
HSV(B)110.26º52.23%87.84%-
XYZ37.9158.8123.26-
YUV181.3686.0388.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.57%
GREEN value IS 224 (87.89% from 255) = 49.02%
BLUE value IS 107 (42.19% from 255) = 23.41%
R=27.57%
G=49.02%
B=23.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262241070.4400.520.12110.2665.3664.9
Hex7EE06B2C034C6e4141
Octal1763401535406414156101101
Binary111111011100000110101110110001101001100110111010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,224,107); }

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

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

 a { background-color: rgb(126,224,107); }

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

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

 span { border-color: rgb(126,224,107); }

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