Html Css Color HEX #64EB81 Pastel Green

📋 copy color: '#64EB81'

red 100 ◦ green 235 ◦ blue 129

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

Shades of Pastel Green #64EB81

Tints of Pastel Green #64EB81

RGB

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

 GREEN value IS 235 (92.19% from 255) = 50.65%

 BLUE value IS 129 (50.78% from 255) = 27.8%

R = 21.55%
G = 50.65%
B = 27.8%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.45

 K value IS 0.08

RGB Variations

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

Color information

#64EB81 (or 0x64EB81) is known color: Pastel Green. HEX triplet: 64, EB and 81. RGB value is (100,235,129). Sum of RGB (Red+Green+Blue) = 100+235+129=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 129 (50.78% from 255 or 27.80% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB81 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB81 is #9B147E. Grayscale: #B6B6B6. Windows color (decimal): -10163327 or 8514404. OLE color: 8514404.

HSL color Cylindrical-coordinate representation of color #64EB81: hue angle of 132.89º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64EB81 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 235 129 -
CMYK 0.57 0 0.45 0.08
HSL 132.89º 0.77% 0.66% -
HSV(B) 132.89º 0.57% 0.92% -
XYZ 38.93 63.71 31.01 -
YUV 182.55 97.77 69.12 -
System Red Green Blue C M Y K H S L
Decimal 100 235 129 0.57 0 0.45 0.08 132.89 0.77 0.66
Hex 64 EB 81 39 0 2D 8 85 4D 42
Octal 144 353 201 71 0 55 10 205 115 102
Binary 1100100 11101011 10000001 111001 0 101101 1000 10000101 1001101 1000010

Color Harmonies of #64EB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EB81

Black with #64EB81

Text Example


Text Example

White with #64EB81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,235,129); }

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

background-color css

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

 a { background-color: rgb(100,235,129); }

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

border-color css

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

 span { border-color: rgb(100,235,129); }

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