Html Css Color HEX #64EC80 Pastel Green

📋 copy color: '#64EC80'

red 100 ◦ green 236 ◦ blue 128

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

Shades of Pastel Green #64EC80

Tints of Pastel Green #64EC80

RGB

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

 GREEN value IS 236 (92.58% from 255) = 50.86%

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 21.55%
G = 50.86%
B = 27.59%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#64EC80 (or 0x64EC80) is known color: Pastel Green. HEX triplet: 64, EC and 80. RGB value is (100,236,128). Sum of RGB (Red+Green+Blue) = 100+236+128=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 236 (92.58% from 255 or 50.86% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC80 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC80 is #9B137F. Grayscale: #B7B7B7. Windows color (decimal): -10163072 or 8449124. OLE color: 8449124.

HSL color Cylindrical-coordinate representation of color #64EC80: hue angle of 132.35º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EC80 is Cyan = 0.58, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 128 -
CMYK 0.58 0 0.46 0.07
HSL 132.35º 0.78% 0.66% -
HSV(B) 132.35º 0.58% 0.93% -
XYZ 39.15 64.26 30.76 -
YUV 183.02 96.94 68.78 -
System Red Green Blue C M Y K H S L
Decimal 100 236 128 0.58 0 0.46 0.07 132.35 0.78 0.66
Hex 64 EC 80 3A 0 2E 7 84 4E 42
Octal 144 354 200 72 0 56 7 204 116 102
Binary 1100100 11101100 10000000 111010 0 101110 111 10000100 1001110 1000010

Color Harmonies of #64EC80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC80

Black with #64EC80

Text Example


Text Example

White with #64EC80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,128); }

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

background-color css

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

 a { background-color: rgb(100,236,128); }

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

border-color css

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

 span { border-color: rgb(100,236,128); }

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