#64D77A

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

Shades of Pastel Green #64D77A

Tints of Pastel Green #64D77A

Color information

#64D77A (or 0x64D77A) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 7A. RGB value is (100,215,122). Sum of RGB (Red+Green+Blue) = 100+215+122=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #64D77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D77A is #9B2885. Grayscale: #AAAAAA. Windows color (decimal): -10168454 or 8050532. OLE color: 8050532.

HSL color Cylindrical-coordinate representation of color #64D77A: hue angle of 131.48º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64D77A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB100215122-
CMYK0.5300.430.16
HSL131.48º58.97%61.76%-
HSV(B)131.48º53.49%84.31%-
XYZ33.0752.7226.84-
YUV170.01100.978.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.88%
GREEN value IS 215 (84.38% from 255) = 49.20%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=22.88%
G=49.20%
B=27.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002151220.5300.430.16131.4858.9761.76
Hex64D77A3502B10833b3e
Octal14432717265053202037376
Binary110010011010111111101011010101010111000010000011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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