Html Css Color HEX #64EE8A Pastel Green

📋 copy color: '#64EE8A'

red 100 ◦ green 238 ◦ blue 138

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

Shades of Pastel Green #64EE8A

Tints of Pastel Green #64EE8A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 50%

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

R = 21.01%
G = 50%
B = 28.99%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#64EE8A (or 0x64EE8A) is known color: Pastel Green. HEX triplet: 64, EE and 8A. RGB value is (100,238,138). Sum of RGB (Red+Green+Blue) = 100+238+138=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 238 (93.36% from 255 or 50% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 238 - color contains mainly: green. Hex color #64EE8A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EE8A is #9B1175. Grayscale: #B9B9B9. Windows color (decimal): -10162550 or 9104996. OLE color: 9104996.

HSL color Cylindrical-coordinate representation of color #64EE8A: hue angle of 136.52º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EE8A is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 238 138 -
CMYK 0.58 0 0.42 0.07
HSL 136.52º 0.8% 0.66% -
HSV(B) 136.52º 0.58% 0.93% -
XYZ 40.42 65.69 34.59 -
YUV 185.34 101.28 67.13 -
System Red Green Blue C M Y K H S L
Decimal 100 238 138 0.58 0 0.42 0.07 136.52 0.8 0.66
Hex 64 EE 8A 3A 0 2A 7 89 50 42
Octal 144 356 212 72 0 52 7 211 120 102
Binary 1100100 11101110 10001010 111010 0 101010 111 10001001 1010000 1000010

Color Harmonies of #64EE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EE8A

Black with #64EE8A

Text Example


Text Example

White with #64EE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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