Html Css Color HEX #64EC91 Pastel Green

📋 copy color: '#64EC91'

red 100 ◦ green 236 ◦ blue 145

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

Shades of Pastel Green #64EC91

Tints of Pastel Green #64EC91

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 145 (57.03% from 255) = 30.15%

R = 20.79%
G = 49.06%
B = 30.15%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.07

RGB Variations

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

Color information

#64EC91 (or 0x64EC91) is known color: Pastel Green. HEX triplet: 64, EC and 91. RGB value is (100,236,145). Sum of RGB (Red+Green+Blue) = 100+236+145=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 145 (57.03% from 255 or 30.15% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #64EC91 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EC91 is #9B136E. Grayscale: #B9B9B9. Windows color (decimal): -10163055 or 9563236. OLE color: 9563236.

HSL color Cylindrical-coordinate representation of color #64EC91: hue angle of 139.85º degrees, saturation: 0.78, 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 #64EC91 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 236 145 -
CMYK 0.58 0 0.39 0.07
HSL 139.85º 0.78% 0.66% -
HSV(B) 139.85º 0.58% 0.93% -
XYZ 40.36 64.74 37.16 -
YUV 184.96 105.44 67.4 -
System Red Green Blue C M Y K H S L
Decimal 100 236 145 0.58 0 0.39 0.07 139.85 0.78 0.66
Hex 64 EC 91 3A 0 27 7 8C 4E 42
Octal 144 354 221 72 0 47 7 214 116 102
Binary 1100100 11101100 10010001 111010 0 100111 111 10001100 1001110 1000010

Color Harmonies of #64EC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EC91

Black with #64EC91

Text Example


Text Example

White with #64EC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,236,145); }

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

background-color css

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

 a { background-color: rgb(100,236,145); }

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

border-color css

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

 span { border-color: rgb(100,236,145); }

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