#64D67A

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

Shades of Pastel Green #64D67A

Tints of Pastel Green #64D67A

Color information

#64D67A (or 0x64D67A) is unknown color: approx Pastel Green. HEX triplet: 64, D6 and 7A. RGB value is (100,214,122). Sum of RGB (Red+Green+Blue) = 100+214+122=436 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.94% from 436); Green value is 214 (83.98% from 255 or 49.08% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 214 - color contains mainly: green. Hex color #64D67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D67A is #9B2985. Grayscale: #A9A9A9. Windows color (decimal): -10168710 or 8050276. OLE color: 8050276.

HSL color Cylindrical-coordinate representation of color #64D67A: hue angle of 131.58º degrees, saturation: 0.58, 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 #64D67A is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB100214122-
CMYK0.5300.430.16
HSL131.58º58.16%61.57%-
HSV(B)131.58º53.27%83.92%-
XYZ32.8152.2126.76-
YUV169.43101.2378.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.94%
GREEN value IS 214 (83.98% from 255) = 49.08%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=22.94%
G=49.08%
B=27.98%

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
Decimal1002141220.5300.430.16131.5858.1661.57
Hex64D67A3502B10843a3e
Octal14432617265053202047276
Binary110010011010110111101011010101010111000010000100111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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