Html Css Color HEX #64D77A Pastel Green

📋 copy color: '#64D77A'

red 100 ◦ green 215 ◦ blue 122

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

Shades of Pastel Green #64D77A

Tints of Pastel Green #64D77A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.2%

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

R = 22.88%
G = 49.2%
B = 27.92%

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

#64D77A (or 0x64D77A) is known color: Pastel Green. HEX triplet: 64, D7 and 7A. RGB value is (100,215,122). Sum of RGB (Red+Green+Blue) = 100+215+122=437 (57% of max value = 765). Red value is 100 (39.45% from 255 or 22.88% from 437); Green value is 215 (84.38% from 255 or 49.20% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 215 - color contains mainly: green. Hex color #64D77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D77A is #9B2885. Grayscale: #AAAAAA. Windows color (decimal): -10168454 or 8050532. OLE color: 8050532.

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

Color convert

RGB 100 215 122 -
CMYK 0.53 0 0.43 0.16
HSL 131.48º 0.59% 0.62% -
HSV(B) 131.48º 0.53% 0.84% -
XYZ 33.07 52.72 26.84 -
YUV 170.01 100.9 78.06 -
System Red Green Blue C M Y K H S L
Decimal 100 215 122 0.53 0 0.43 0.16 131.48 0.59 0.62
Hex 64 D7 7A 35 0 2B 10 83 3B 3E
Octal 144 327 172 65 0 53 20 203 73 76
Binary 1100100 11010111 1111010 110101 0 101011 10000 10000011 111011 111110

Color Harmonies of #64D77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D77A

Black with #64D77A

Text Example


Text Example

White with #64D77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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