#64d566

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

Shades of Pastel Green #64D566

Tints of Pastel Green #64D566

Color information

#64D566 (or 0x64D566) is unknown color: approx Pastel Green. HEX triplet: 64, D5 and 66. RGB value is (100,213,102). Sum of RGB (Red+Green+Blue) = 100+213+102=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 213 (83.59% from 255 or 51.33% from 415); Blue value is 102 (40.23% from 255 or 24.58% from 415); Max value from RGB is 213 - color contains mainly: green. Hex color #64D566 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D566 is #9B2A99. Grayscale: #A6A6A6. Windows color (decimal): -10168986 or 6739300. OLE color: 6739300.

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

Color convert

RGB100213102-
CMYK0.5300.520.16
HSL121.06º57.36%61.37%-
HSV(B)121.06º53.05%83.53%-
XYZ31.4551.2620.81-
YUV166.5691.5680.53-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.10%
GREEN value IS 213 (83.59% from 255) = 51.33%
BLUE value IS 102 (40.23% from 255) = 24.58%
R=24.10%
G=51.33%
B=24.58%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002131020.5300.520.16121.0657.3661.37
Hex64D566350341079393d
Octal14432514665064201717175
Binary11001001101010111001101101010110100100001111001111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64d566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,213,102); }

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

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

 a { background-color: rgb(100,213,102); }

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

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

 span { border-color: rgb(100,213,102); }

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