Html Css Color HEX #64D770 Pastel Green

📋 copy color: '#64D770'

red 100 ◦ green 215 ◦ blue 112

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

Shades of Pastel Green #64D770

Tints of Pastel Green #64D770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.23%

R = 23.42%
G = 50.35%
B = 26.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#64D770 (or 0x64D770) is known color: Pastel Green. HEX triplet: 64, D7 and 70. RGB value is (100,215,112). Sum of RGB (Red+Green+Blue) = 100+215+112=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 215 (84.38% from 255 or 50.35% from 427); Blue value is 112 (44.14% from 255 or 26.23% from 427); Max value from RGB is 215 - color contains mainly: green. Hex color #64D770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D770 is #9B288F. Grayscale: #A9A9A9. Windows color (decimal): -10168464 or 7395172. OLE color: 7395172.

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

Color convert

RGB 100 215 112 -
CMYK 0.53 0 0.48 0.16
HSL 126.26º 0.59% 0.62% -
HSV(B) 126.26º 0.53% 0.84% -
XYZ 32.48 52.48 23.75 -
YUV 168.87 95.9 78.88 -
System Red Green Blue C M Y K H S L
Decimal 100 215 112 0.53 0 0.48 0.16 126.26 0.59 0.62
Hex 64 D7 70 35 0 30 10 7E 3B 3E
Octal 144 327 160 65 0 60 20 176 73 76
Binary 1100100 11010111 1110000 110101 0 110000 10000 1111110 111011 111110

Color Harmonies of #64D770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D770

Black with #64D770

Text Example


Text Example

White with #64D770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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