#64ea91

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

Shades of Pastel Green #64EA91

Tints of Pastel Green #64EA91

Color information

#64EA91 (or 0x64EA91) is unknown color: approx Pastel Green. HEX triplet: 64, EA and 91. RGB value is (100,234,145). Sum of RGB (Red+Green+Blue) = 100+234+145=479 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.88% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA91 is #9B156E. Grayscale: #B8B8B8. Windows color (decimal): -10163567 or 9562724. OLE color: 9562724.

HSL color Cylindrical-coordinate representation of color #64EA91: hue angle of 140.15º 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 #64EA91 is Cyan = 0.57, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB100234145-
CMYK0.5700.380.08
HSL140.15º76.14%65.49%-
HSV(B)140.15º57.26%91.76%-
XYZ39.7963.636.97-
YUV183.79106.1168.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 20.88%
GREEN value IS 234 (91.80% from 255) = 48.85%
BLUE value IS 145 (57.03% from 255) = 30.27%
R=20.88%
G=48.85%
B=30.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002341450.5700.380.08140.1576.1465.49
Hex64EA913902688c4c41
Octal1443522217104610214114101
Binary11001001110101010010001111001010011010001000110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ea91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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