#68EB7A

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

Shades of Pastel Green #68EB7A

Tints of Pastel Green #68EB7A

Color information

#68EB7A (or 0x68EB7A) is unknown color: approx Pastel Green. HEX triplet: 68, EB and 7A. RGB value is (104,235,122). Sum of RGB (Red+Green+Blue) = 104+235+122=461 (61% of max value = 765). Red value is 104 (41.02% from 255 or 22.56% from 461); Green value is 235 (92.19% from 255 or 50.98% from 461); Blue value is 122 (48.05% from 255 or 26.46% from 461); Max value from RGB is 235 - color contains mainly: green. Hex color #68EB7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #68EB7A is #971485. Grayscale: #B7B7B7. Windows color (decimal): -9901190 or 8055656. OLE color: 8055656.

HSL color Cylindrical-coordinate representation of color #68EB7A: hue angle of 128.24º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68EB7A is Cyan = 0.56, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB104235122-
CMYK0.5600.480.08
HSL128.24º76.61%66.47%-
HSV(B)128.24º55.74%92.16%-
XYZ38.9363.7628.67-
YUV182.9593.671.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.56%
GREEN value IS 235 (92.19% from 255) = 50.98%
BLUE value IS 122 (48.05% from 255) = 26.46%
R=22.56%
G=50.98%
B=26.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1042351220.5600.480.08128.2476.6166.47
Hex68EB7A380308804d42
Octal1503531727006010200115102
Binary1101000111010111111010111000011000010001000000010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68EB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68EB7A; }

 p { color: rgb(104,235,122); }

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

<style>
 a { background-color: #68EB7A; }

 a { background-color: rgb(104,235,122); }

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

<style>
 span { border-color: #68EB7A; }

 span { border-color: rgb(104,235,122); }

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