#64DA7B

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

Shades of Pastel Green #64DA7B

Tints of Pastel Green #64DA7B

Color information

#64DA7B (or 0x64DA7B) is unknown color: approx Pastel Green. HEX triplet: 64, DA and 7B. RGB value is (100,218,123). Sum of RGB (Red+Green+Blue) = 100+218+123=441 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.68% from 441); Green value is 218 (85.55% from 255 or 49.43% from 441); Blue value is 123 (48.44% from 255 or 27.89% from 441); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA7B is #9B2584. Grayscale: #ACACAC. Windows color (decimal): -10167685 or 8116836. OLE color: 8116836.

HSL color Cylindrical-coordinate representation of color #64DA7B: hue angle of 131.69º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA7B is Cyan = 0.54, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB100218123-
CMYK0.5400.440.15
HSL131.69º61.46%62.35%-
HSV(B)131.69º54.13%85.49%-
XYZ33.954.2827.43-
YUV171.89100.4176.72-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 22.68%
GREEN value IS 218 (85.55% from 255) = 49.43%
BLUE value IS 123 (48.44% from 255) = 27.89%
R=22.68%
G=49.43%
B=27.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1002181230.5400.440.15131.6961.4662.35
Hex64DA7B3602CF843d3e
Octal14433217366054172047576
Binary11001001101101011110111101100101100111110000100111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,218,123); }

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

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

 a { background-color: rgb(100,218,123); }

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

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

 span { border-color: rgb(100,218,123); }

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