Html Css Color HEX #64EA8A Pastel Green

📋 copy color: '#64EA8A'

red 100 ◦ green 234 ◦ blue 138

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

Shades of Pastel Green #64EA8A

Tints of Pastel Green #64EA8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.24%

R = 21.19%
G = 49.58%
B = 29.24%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#64EA8A (or 0x64EA8A) is known color: Pastel Green. HEX triplet: 64, EA and 8A. RGB value is (100,234,138). Sum of RGB (Red+Green+Blue) = 100+234+138=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 234 (91.80% from 255 or 49.58% from 472); Blue value is 138 (54.30% from 255 or 29.24% from 472); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA8A is #9B1575. Grayscale: #B7B7B7. Windows color (decimal): -10163574 or 9103972. OLE color: 9103972.

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

Color convert

RGB 100 234 138 -
CMYK 0.57 0 0.41 0.08
HSL 137.01º 0.76% 0.65% -
HSV(B) 137.01º 0.57% 0.92% -
XYZ 39.27 63.39 34.21 -
YUV 182.99 102.61 68.81 -
System Red Green Blue C M Y K H S L
Decimal 100 234 138 0.57 0 0.41 0.08 137.01 0.76 0.65
Hex 64 EA 8A 39 0 29 8 89 4C 41
Octal 144 352 212 71 0 51 10 211 114 101
Binary 1100100 11101010 10001010 111001 0 101001 1000 10001001 1001100 1000001

Color Harmonies of #64EA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA8A

Black with #64EA8A

Text Example


Text Example

White with #64EA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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