#64ea7a

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

Shades of Pastel Green #64EA7A

Tints of Pastel Green #64EA7A

Color information

#64EA7A (or 0x64EA7A) is unknown color: approx Pastel Green. HEX triplet: 64, EA and 7A. RGB value is (100,234,122). Sum of RGB (Red+Green+Blue) = 100+234+122=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 122 (48.05% from 255 or 26.75% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EA7A is #9B1585. Grayscale: #B5B5B5. Windows color (decimal): -10163590 or 8055396. OLE color: 8055396.

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

Color convert

RGB100234122-
CMYK0.5700.480.08
HSL129.85º76.14%65.49%-
HSV(B)129.85º57.26%91.76%-
XYZ38.1962.9628.55-
YUV181.1794.6170.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 21.93%
GREEN value IS 234 (91.80% from 255) = 51.32%
BLUE value IS 122 (48.05% from 255) = 26.75%
R=21.93%
G=51.32%
B=26.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341220.5700.480.08129.8576.1465.49
Hex64EA7A390308824c41
Octal1443521727106010202114101
Binary1100100111010101111010111001011000010001000001010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ea7a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,234,122); }

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

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

 a { background-color: rgb(100,234,122); }

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

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

 span { border-color: rgb(100,234,122); }

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