#64D762

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

Shades of Pastel Green #64D762

Tints of Pastel Green #64D762

Color information

#64D762 (or 0x64D762) is unknown color: approx Pastel Green. HEX triplet: 64, D7 and 62. RGB value is (100,215,98). Sum of RGB (Red+Green+Blue) = 100+215+98=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 215 (84.38% from 255 or 52.06% from 413); Blue value is 98 (38.67% from 255 or 23.73% from 413); Max value from RGB is 215 - color contains mainly: green. Hex color #64D762 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D762 is #9B289D. Grayscale: #A7A7A7. Windows color (decimal): -10168478 or 6477668. OLE color: 6477668.

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

Color convert

RGB10021598-
CMYK0.5300.540.16
HSL118.97º59.39%61.37%-
HSV(B)118.97º54.42%84.31%-
XYZ31.7652.1919.96-
YUV167.2888.980.01-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.21%
GREEN value IS 215 (84.38% from 255) = 52.06%
BLUE value IS 98 (38.67% from 255) = 23.73%
R=24.21%
G=52.06%
B=23.73%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal100215980.5300.540.16118.9759.3961.37
Hex64D7623503610773b3d
Octal14432714265066201677375
Binary11001001101011111000101101010110110100001110111111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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