Html Css Color HEX #64D775 Pastel Green

📋 copy color: '#64D775'

red 100 ◦ green 215 ◦ blue 117

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

Shades of Pastel Green #64D775

Tints of Pastel Green #64D775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.08%

R = 23.15%
G = 49.77%
B = 27.08%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#64D775 (or 0x64D775) is known color: Pastel Green. HEX triplet: 64, D7 and 75. RGB value is (100,215,117). Sum of RGB (Red+Green+Blue) = 100+215+117=432 (57% of max value = 765). Red value is 100 (39.45% from 255 or 23.15% from 432); Green value is 215 (84.38% from 255 or 49.77% from 432); Blue value is 117 (46.09% from 255 or 27.08% from 432); Max value from RGB is 215 - color contains mainly: green. Hex color #64D775 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D775 is #9B288A. Grayscale: #A9A9A9. Windows color (decimal): -10168459 or 7722852. OLE color: 7722852.

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

Color convert

RGB 100 215 117 -
CMYK 0.53 0 0.46 0.16
HSL 128.87º 0.59% 0.62% -
HSV(B) 128.87º 0.53% 0.84% -
XYZ 32.77 52.59 25.25 -
YUV 169.44 98.4 78.47 -
System Red Green Blue C M Y K H S L
Decimal 100 215 117 0.53 0 0.46 0.16 128.87 0.59 0.62
Hex 64 D7 75 35 0 2E 10 81 3B 3E
Octal 144 327 165 65 0 56 20 201 73 76
Binary 1100100 11010111 1110101 110101 0 101110 10000 10000001 111011 111110

Color Harmonies of #64D775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D775

Black with #64D775

Text Example


Text Example

White with #64D775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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