#64D46A

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

Shades of Pastel Green #64D46A

Tints of Pastel Green #64D46A

Color information

#64D46A (or 0x64D46A) is unknown color: approx Pastel Green. HEX triplet: 64, D4 and 6A. RGB value is (100,212,106). Sum of RGB (Red+Green+Blue) = 100+212+106=418 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.92% from 418); Green value is 212 (83.20% from 255 or 50.72% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 212 - color contains mainly: green. Hex color #64D46A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D46A is #9B2B95. Grayscale: #A6A6A6. Windows color (decimal): -10169238 or 7001188. OLE color: 7001188.

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

Color convert

RGB100212106-
CMYK0.5300.50.17
HSL123.21º56.57%61.18%-
HSV(B)123.21º52.83%83.14%-
XYZ31.450.8421.79-
YUV166.4393.8980.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.92%
GREEN value IS 212 (83.20% from 255) = 50.72%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=23.92%
G=50.72%
B=25.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1002121060.5300.50.17123.2156.5761.18
Hex64D46A35032117b393d
Octal14432415265062211737175
Binary11001001101010011010101101010110010100011111011111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64D46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,212,106); }

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

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

 a { background-color: rgb(100,212,106); }

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

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

 span { border-color: rgb(100,212,106); }

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