#64D76C

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

Shades of Pastel Green #64D76C

Tints of Pastel Green #64D76C

Color information

#64D76C (or 0x64D76C) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 6C. RGB value is (100,215,108). Sum of RGB (Red+Green+Blue) = 100+215+108=423 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.64% from 423); Green value is 215 (84.38% from 255 or 50.83% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 215 - color contains mainly: green. Hex color #64D76C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D76C is #9B2893. Grayscale: #A8A8A8. Windows color (decimal): -10168468 or 7133028. OLE color: 7133028.

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

Color convert

RGB100215108-
CMYK0.5300.500.16
HSL124.17º58.97%61.76%-
HSV(B)124.17º53.49%84.31%-
XYZ32.2652.3922.6-
YUV168.4293.979.2-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.64%
GREEN value IS 215 (84.38% from 255) = 50.83%
BLUE value IS 108 (42.58% from 255) = 25.53%
R=23.64%
G=50.83%
B=25.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002151080.5300.500.16124.1758.9761.76
Hex64D76C35032107c3b3e
Octal14432715465062201747376
Binary11001001101011111011001101010110010100001111100111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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