Html Css Color HEX #64D77C Pastel Green

📋 copy color: '#64D77C'

red 100 ◦ green 215 ◦ blue 124

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

Shades of Pastel Green #64D77C

Tints of Pastel Green #64D77C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 22.78%
G = 48.97%
B = 28.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#64D77C (or 0x64D77C) is known color: Pastel Green. HEX triplet: 64, D7 and 7C. RGB value is (100,215,124). Sum of RGB (Red+Green+Blue) = 100+215+124=439 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.78% from 439); Green value is 215 (84.38% from 255 or 48.97% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 215 - color contains mainly: green. Hex color #64D77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D77C is #9B2883. Grayscale: #AAAAAA. Windows color (decimal): -10168452 or 8181604. OLE color: 8181604.

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

Color convert

RGB 100 215 124 -
CMYK 0.53 0 0.42 0.16
HSL 132.52º 0.59% 0.62% -
HSV(B) 132.52º 0.53% 0.84% -
XYZ 33.19 52.77 27.5 -
YUV 170.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 100 215 124 0.53 0 0.42 0.16 132.52 0.59 0.62
Hex 64 D7 7C 35 0 2A 10 85 3B 3E
Octal 144 327 174 65 0 52 20 205 73 76
Binary 1100100 11010111 1111100 110101 0 101010 10000 10000101 111011 111110

Color Harmonies of #64D77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D77C

Black with #64D77C

Text Example


Text Example

White with #64D77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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