Html Css Color HEX #64E37D Pastel Green

📋 copy color: '#64E37D'

red 100 ◦ green 227 ◦ blue 125

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

Shades of Pastel Green #64E37D

Tints of Pastel Green #64E37D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.22%

 BLUE value IS 125 (49.22% from 255) = 27.65%

R = 22.12%
G = 50.22%
B = 27.65%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#64E37D (or 0x64E37D) is known color: Pastel Green. HEX triplet: 64, E3 and 7D. RGB value is (100,227,125). Sum of RGB (Red+Green+Blue) = 100+227+125=452 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.12% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 125 (49.22% from 255 or 27.65% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #64E37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64E37D is #9B1C82. Grayscale: #B1B1B1. Windows color (decimal): -10165379 or 8250212. OLE color: 8250212.

HSL color Cylindrical-coordinate representation of color #64E37D: hue angle of 131.81º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E37D is Cyan = 0.56, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 227 125 -
CMYK 0.56 0 0.45 0.11
HSL 131.81º 0.69% 0.64% -
HSV(B) 131.81º 0.56% 0.89% -
XYZ 36.43 59.13 28.9 -
YUV 177.4 98.42 72.79 -
System Red Green Blue C M Y K H S L
Decimal 100 227 125 0.56 0 0.45 0.11 131.81 0.69 0.64
Hex 64 E3 7D 38 0 2D B 84 45 40
Octal 144 343 175 70 0 55 13 204 105 100
Binary 1100100 11100011 1111101 111000 0 101101 1011 10000100 1000101 1000000

Color Harmonies of #64E37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E37D

Black with #64E37D

Text Example


Text Example

White with #64E37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,227,125); }

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

background-color css

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

 a { background-color: rgb(100,227,125); }

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

border-color css

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

 span { border-color: rgb(100,227,125); }

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