Html Css Color HEX #64EB8D Pastel Green

📋 copy color: '#64EB8D'

red 100 ◦ green 235 ◦ blue 141

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

Shades of Pastel Green #64EB8D

Tints of Pastel Green #64EB8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 21.01%
G = 49.37%
B = 29.62%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.4

 K value IS 0.08

RGB Variations

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

Color information

#64EB8D (or 0x64EB8D) is known color: Pastel Green. HEX triplet: 64, EB and 8D. RGB value is (100,235,141). Sum of RGB (Red+Green+Blue) = 100+235+141=476 (63% of max value = 765). Red value is 100 (39.45% from 255 or 21.01% from 476); Green value is 235 (92.19% from 255 or 49.37% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 235 - color contains mainly: green. Hex color #64EB8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EB8D is #9B1472. Grayscale: #B8B8B8. Windows color (decimal): -10163315 or 9300836. OLE color: 9300836.

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

Color convert

RGB 100 235 141 -
CMYK 0.57 0 0.4 0.08
HSL 138.22º 0.77% 0.66% -
HSV(B) 138.22º 0.57% 0.92% -
XYZ 39.77 64.05 35.47 -
YUV 183.92 103.77 68.14 -
System Red Green Blue C M Y K H S L
Decimal 100 235 141 0.57 0 0.4 0.08 138.22 0.77 0.66
Hex 64 EB 8D 39 0 28 8 8A 4D 42
Octal 144 353 215 71 0 50 10 212 115 102
Binary 1100100 11101011 10001101 111001 0 101000 1000 10001010 1001101 1000010

Color Harmonies of #64EB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EB8D

Black with #64EB8D

Text Example


Text Example

White with #64EB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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