Html Css Color HEX #64DA7E Pastel Green

📋 copy color: '#64DA7E'

red 100 ◦ green 218 ◦ blue 126

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

Shades of Pastel Green #64DA7E

Tints of Pastel Green #64DA7E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.1%

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

R = 22.52%
G = 49.1%
B = 28.38%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#64DA7E (or 0x64DA7E) is known color: Pastel Green. HEX triplet: 64, DA and 7E. RGB value is (100,218,126). Sum of RGB (Red+Green+Blue) = 100+218+126=444 (58% of max value = 765). Red value is 100 (39.45% from 255 or 22.52% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 126 (49.61% from 255 or 28.38% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #64DA7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64DA7E is #9B2581. Grayscale: #ACACAC. Windows color (decimal): -10167682 or 8313444. OLE color: 8313444.

HSL color Cylindrical-coordinate representation of color #64DA7E: hue angle of 133.22º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #64DA7E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 218 126 -
CMYK 0.54 0 0.42 0.15
HSL 133.22º 0.61% 0.62% -
HSV(B) 133.22º 0.54% 0.85% -
XYZ 34.09 54.36 28.43 -
YUV 172.23 101.91 76.48 -
System Red Green Blue C M Y K H S L
Decimal 100 218 126 0.54 0 0.42 0.15 133.22 0.61 0.62
Hex 64 DA 7E 36 0 2A F 85 3D 3E
Octal 144 332 176 66 0 52 17 205 75 76
Binary 1100100 11011010 1111110 110110 0 101010 1111 10000101 111101 111110

Color Harmonies of #64DA7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64DA7E

Black with #64DA7E

Text Example


Text Example

White with #64DA7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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