Html Css Color HEX #64EF93 Pastel Green

📋 copy color: '#64EF93'

red 100 ◦ green 239 ◦ blue 147

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

Shades of Pastel Green #64EF93

Tints of Pastel Green #64EF93

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.18%

 BLUE value IS 147 (57.81% from 255) = 30.25%

R = 20.58%
G = 49.18%
B = 30.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#64EF93 (or 0x64EF93) is known color: Pastel Green. HEX triplet: 64, EF and 93. RGB value is (100,239,147). Sum of RGB (Red+Green+Blue) = 100+239+147=486 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.58% from 486); Green value is 239 (93.75% from 255 or 49.18% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 239 - color contains mainly: green. Hex color #64EF93 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EF93 is #9B106C. Grayscale: #BBBBBB. Windows color (decimal): -10162285 or 9695076. OLE color: 9695076.

HSL color Cylindrical-coordinate representation of color #64EF93: hue angle of 140.29º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EF93 is Cyan = 0.58, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 147 -
CMYK 0.58 0 0.38 0.06
HSL 140.29º 0.81% 0.66% -
HSV(B) 140.29º 0.58% 0.94% -
XYZ 41.39 66.55 38.27 -
YUV 186.95 105.45 65.98 -
System Red Green Blue C M Y K H S L
Decimal 100 239 147 0.58 0 0.38 0.06 140.29 0.81 0.66
Hex 64 EF 93 3A 0 26 6 8C 51 42
Octal 144 357 223 72 0 46 6 214 121 102
Binary 1100100 11101111 10010011 111010 0 100110 110 10001100 1010001 1000010

Color Harmonies of #64EF93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EF93

Black with #64EF93

Text Example


Text Example

White with #64EF93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,239,147); }

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

background-color css

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

 a { background-color: rgb(100,239,147); }

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

border-color css

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

 span { border-color: rgb(100,239,147); }

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