#7EE068

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

Shades of Pastel Green #7EE068

Tints of Pastel Green #7EE068

Color information

#7EE068 (or 0x7EE068) is unknown color: approx Pastel Green. HEX triplet: 7E, E0 and 68. RGB value is (126,224,104). Sum of RGB (Red+Green+Blue) = 126+224+104=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 224 (87.89% from 255 or 49.34% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 224 - color contains mainly: green. Hex color #7EE068 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7EE068 is #811F97. Grayscale: #B5B5B5. Windows color (decimal): -8462232 or 6873214. OLE color: 6873214.

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

Color convert

RGB126224104-
CMYK0.4400.540.12
HSL109º65.93%64.31%-
HSV(B)109º53.57%87.84%-
XYZ37.7658.7522.45-
YUV181.0284.5388.76-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 27.75%
GREEN value IS 224 (87.89% from 255) = 49.34%
BLUE value IS 104 (41.02% from 255) = 22.91%
R=27.75%
G=49.34%
B=22.91%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1262241040.4400.540.1210965.9364.31
Hex7EE0682C036C6d4240
Octal1763401505406614155102100
Binary111111011100000110100010110001101101100110110110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EE068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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