Html Css Color HEX #64EA7F Pastel Green

📋 copy color: '#64EA7F'

red 100 ◦ green 234 ◦ blue 127

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

Shades of Pastel Green #64EA7F

Tints of Pastel Green #64EA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.55%

R = 21.69%
G = 50.76%
B = 27.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.46

 K value IS 0.08

RGB Variations

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

Color information

#64EA7F (or 0x64EA7F) is known color: Pastel Green. HEX triplet: 64, EA and 7F. RGB value is (100,234,127). Sum of RGB (Red+Green+Blue) = 100+234+127=461 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.69% from 461); Green value is 234 (91.80% from 255 or 50.76% from 461); Blue value is 127 (50% from 255 or 27.55% from 461); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #64EA7F is #9B1580. Grayscale: #B6B6B6. Windows color (decimal): -10163585 or 8383076. OLE color: 8383076.

HSL color Cylindrical-coordinate representation of color #64EA7F: hue angle of 132.09º 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 #64EA7F is Cyan = 0.57, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 234 127 -
CMYK 0.57 0 0.46 0.08
HSL 132.09º 0.76% 0.65% -
HSV(B) 132.09º 0.57% 0.92% -
XYZ 38.51 63.09 30.23 -
YUV 181.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 100 234 127 0.57 0 0.46 0.08 132.09 0.76 0.65
Hex 64 EA 7F 39 0 2E 8 84 4C 41
Octal 144 352 177 71 0 56 10 204 114 101
Binary 1100100 11101010 1111111 111001 0 101110 1000 10000100 1001100 1000001

Color Harmonies of #64EA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA7F

Black with #64EA7F

Text Example


Text Example

White with #64EA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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