Html Css Color HEX #64DC7E Pastel Green

📋 copy color: '#64DC7E'

red 100 ◦ green 220 ◦ blue 126

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

Shades of Pastel Green #64DC7E

Tints of Pastel Green #64DC7E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 49.33%

 BLUE value IS 126 (49.61% from 255) = 28.25%

R = 22.42%
G = 49.33%
B = 28.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#64DC7E (or 0x64DC7E) is known color: Pastel Green. HEX triplet: 64, DC and 7E. RGB value is (100,220,126). Sum of RGB (Red+Green+Blue) = 100+220+126=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 126 (49.61% from 255 or 28.25% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #64DC7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DC7E is #9B2381. Grayscale: #ADADAD. Windows color (decimal): -10167170 or 8313956. OLE color: 8313956.

HSL color Cylindrical-coordinate representation of color #64DC7E: hue angle of 133º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64DC7E is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 220 126 -
CMYK 0.55 0 0.43 0.14
HSL 133º 0.63% 0.63% -
HSV(B) 133º 0.55% 0.86% -
XYZ 34.61 55.4 28.61 -
YUV 173.4 101.24 75.64 -
System Red Green Blue C M Y K H S L
Decimal 100 220 126 0.55 0 0.43 0.14 133 0.63 0.63
Hex 64 DC 7E 37 0 2B E 85 3F 3F
Octal 144 334 176 67 0 53 16 205 77 77
Binary 1100100 11011100 1111110 110111 0 101011 1110 10000101 111111 111111

Color Harmonies of #64DC7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DC7E

Black with #64DC7E

Text Example


Text Example

White with #64DC7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,220,126); }

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

background-color css

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

 a { background-color: rgb(100,220,126); }

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

border-color css

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

 span { border-color: rgb(100,220,126); }

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