Html Css Color HEX #64D765 Pastel Green

📋 copy color: '#64D765'

red 100 ◦ green 215 ◦ blue 101

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

Shades of Pastel Green #64D765

Tints of Pastel Green #64D765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 24.28%

R = 24.04%
G = 51.68%
B = 24.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#64D765 (or 0x64D765) is known color: Pastel Green. HEX triplet: 64, D7 and 65. RGB value is (100,215,101). Sum of RGB (Red+Green+Blue) = 100+215+101=416 (55% of max value = 765). Red value is 100 (39.45% from 255 or 24.04% from 416); Green value is 215 (84.38% from 255 or 51.68% from 416); Blue value is 101 (39.84% from 255 or 24.28% from 416); Max value from RGB is 215 - color contains mainly: green. Hex color #64D765 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D765 is #9B289A. Grayscale: #A7A7A7. Windows color (decimal): -10168475 or 6674276. OLE color: 6674276.

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

Color convert

RGB 100 215 101 -
CMYK 0.53 0 0.53 0.16
HSL 120.52º 0.59% 0.62% -
HSV(B) 120.52º 0.53% 0.84% -
XYZ 31.9 52.25 20.72 -
YUV 167.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 100 215 101 0.53 0 0.53 0.16 120.52 0.59 0.62
Hex 64 D7 65 35 0 35 10 79 3B 3E
Octal 144 327 145 65 0 65 20 171 73 76
Binary 1100100 11010111 1100101 110101 0 110101 10000 1111001 111011 111110

Color Harmonies of #64D765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D765

Black with #64D765

Text Example


Text Example

White with #64D765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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