#64EB8A

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

Shades of Pastel Green #64EB8A

Tints of Pastel Green #64EB8A

Color information

#64EB8A (or 0x64EB8A) is unknown color: approx Pastel Green. HEX triplet: 64, EB and 8A. RGB value is (100,235,138). Sum of RGB (Red+Green+Blue) = 100+235+138=473 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.14% from 473); Green value is 235 (92.19% from 255 or 49.68% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB8A is #9B1475. Grayscale: #B7B7B7. Windows color (decimal): -10163318 or 9104228. OLE color: 9104228.

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

Color convert

RGB100235138-
CMYK0.5700.410.08
HSL136.89º77.14%65.69%-
HSV(B)136.89º57.45%92.16%-
XYZ39.5563.9634.31-
YUV183.58102.2768.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.14%
GREEN value IS 235 (92.19% from 255) = 49.68%
BLUE value IS 138 (54.30% from 255) = 29.18%
R=21.14%
G=49.68%
B=29.18%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002351380.5700.410.08136.8977.1465.69
Hex64EB8A390298894d42
Octal1443532127105110211115102
Binary11001001110101110001010111001010100110001000100110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64EB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64EB8A; }

 p { color: rgb(100,235,138); }

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

<style>
 a { background-color: #64EB8A; }

 a { background-color: rgb(100,235,138); }

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

<style>
 span { border-color: #64EB8A; }

 span { border-color: rgb(100,235,138); }

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