Html Css Color HEX #64EA7C Pastel Green

📋 copy color: '#64EA7C'

red 100 ◦ green 234 ◦ blue 124

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

Shades of Pastel Green #64EA7C

Tints of Pastel Green #64EA7C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 51.09%

 BLUE value IS 124 (48.83% from 255) = 27.07%

R = 21.83%
G = 51.09%
B = 27.07%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#64EA7C (or 0x64EA7C) is known color: Pastel Green. HEX triplet: 64, EA and 7C. RGB value is (100,234,124). Sum of RGB (Red+Green+Blue) = 100+234+124=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 234 (91.80% from 255 or 51.09% from 458); Blue value is 124 (48.83% from 255 or 27.07% from 458); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EA7C is #9B1583. Grayscale: #B5B5B5. Windows color (decimal): -10163588 or 8186468. OLE color: 8186468.

HSL color Cylindrical-coordinate representation of color #64EA7C: hue angle of 130.75º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EA7C is Cyan = 0.57, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 124 -
CMYK 0.57 0 0.47 0.08
HSL 130.75º 0.76% 0.65% -
HSV(B) 130.75º 0.57% 0.92% -
XYZ 38.32 63.01 29.21 -
YUV 181.39 95.61 69.94 -
System Red Green Blue C M Y K H S L
Decimal 100 234 124 0.57 0 0.47 0.08 130.75 0.76 0.65
Hex 64 EA 7C 39 0 2F 8 83 4C 41
Octal 144 352 174 71 0 57 10 203 114 101
Binary 1100100 11101010 1111100 111001 0 101111 1000 10000011 1001100 1000001

Color Harmonies of #64EA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA7C

Black with #64EA7C

Text Example


Text Example

White with #64EA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,124); }

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

background-color css

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

 a { background-color: rgb(100,234,124); }

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

border-color css

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

 span { border-color: rgb(100,234,124); }

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