Html Css Color HEX #64EA84 Pastel Green

📋 copy color: '#64EA84'

red 100 ◦ green 234 ◦ blue 132

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

Shades of Pastel Green #64EA84

Tints of Pastel Green #64EA84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.33%

R = 21.46%
G = 50.21%
B = 28.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#64EA84 (or 0x64EA84) is known color: Pastel Green. HEX triplet: 64, EA and 84. RGB value is (100,234,132). Sum of RGB (Red+Green+Blue) = 100+234+132=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA84 is #9B157B. Grayscale: #B6B6B6. Windows color (decimal): -10163580 or 8710756. OLE color: 8710756.

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

Color convert

RGB 100 234 132 -
CMYK 0.57 0 0.44 0.08
HSL 134.33º 0.76% 0.65% -
HSV(B) 134.33º 0.57% 0.92% -
XYZ 38.84 63.22 31.99 -
YUV 182.31 99.61 69.29 -
System Red Green Blue C M Y K H S L
Decimal 100 234 132 0.57 0 0.44 0.08 134.33 0.76 0.65
Hex 64 EA 84 39 0 2C 8 86 4C 41
Octal 144 352 204 71 0 54 10 206 114 101
Binary 1100100 11101010 10000100 111001 0 101100 1000 10000110 1001100 1000001

Color Harmonies of #64EA84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA84

Black with #64EA84

Text Example


Text Example

White with #64EA84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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