Html Css Color HEX #64D57A Pastel Green

📋 copy color: '#64D57A'

red 100 ◦ green 213 ◦ blue 122

#64D57A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pastel Green #64D57A

Tints of Pastel Green #64D57A

RGB

 RED value IS 100 (39.45% from 255) = 22.99%

 GREEN value IS 213 (83.59% from 255) = 48.97%

 BLUE value IS 122 (48.05% from 255) = 28.05%

R = 22.99%
G = 48.97%
B = 28.05%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#64D57A (or 0x64D57A) is known color: Pastel Green. HEX triplet: 64, D5 and 7A. RGB value is (100,213,122). Sum of RGB (Red+Green+Blue) = 100+213+122=435 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.99% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 122 (48.05% from 255 or 28.05% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #64D57A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D57A is #9B2A85. Grayscale: #A9A9A9. Windows color (decimal): -10168966 or 8050020. OLE color: 8050020.

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

Color convert

RGB 100 213 122 -
CMYK 0.53 0 0.43 0.16
HSL 131.68º 0.57% 0.61% -
HSV(B) 131.68º 0.53% 0.84% -
XYZ 32.56 51.7 26.68 -
YUV 168.84 101.56 78.9 -
System Red Green Blue C M Y K H S L
Decimal 100 213 122 0.53 0 0.43 0.16 131.68 0.57 0.61
Hex 64 D5 7A 35 0 2B 10 84 39 3D
Octal 144 325 172 65 0 53 20 204 71 75
Binary 1100100 11010101 1111010 110101 0 101011 10000 10000100 111001 111101

Color Harmonies of #64D57A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D57A

Black with #64D57A

Text Example


Text Example

White with #64D57A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #64D57A;
 }
 .AnyTagClassName
 {
   color: #64D57A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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