Html Css Color HEX #64EB8E Pastel Green

📋 copy color: '#64EB8E'

red 100 ◦ green 235 ◦ blue 142

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

Shades of Pastel Green #64EB8E

Tints of Pastel Green #64EB8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.77%

R = 20.96%
G = 49.27%
B = 29.77%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.40

 K value IS 0.08

RGB Variations

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

Color information

#64EB8E (or 0x64EB8E) is known color: Pastel Green. HEX triplet: 64, EB and 8E. RGB value is (100,235,142). Sum of RGB (Red+Green+Blue) = 100+235+142=477 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.96% from 477); Green value is 235 (92.19% from 255 or 49.27% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB8E is #9B1471. Grayscale: #B8B8B8. Windows color (decimal): -10163314 or 9366372. OLE color: 9366372.

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

Color convert

RGB 100 235 142 -
CMYK 0.57 0 0.40 0.08
HSL 138.67º 0.77% 0.66% -
HSV(B) 138.67º 0.57% 0.92% -
XYZ 39.85 64.08 35.86 -
YUV 184.03 104.27 68.06 -
System Red Green Blue C M Y K H S L
Decimal 100 235 142 0.57 0 0.40 0.08 138.67 0.77 0.66
Hex 64 EB 8E 39 0 28 8 8B 4D 42
Octal 144 353 216 71 0 50 10 213 115 102
Binary 1100100 11101011 10001110 111001 0 101000 1000 10001011 1001101 1000010

Color Harmonies of #64EB8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EB8E

Black with #64EB8E

Text Example


Text Example

White with #64EB8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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