Html Css Color HEX #64E58C Pastel Green

📋 copy color: '#64E58C'

red 100 ◦ green 229 ◦ blue 140

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

Shades of Pastel Green #64E58C

Tints of Pastel Green #64E58C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 48.83%

 BLUE value IS 140 (55.08% from 255) = 29.85%

R = 21.32%
G = 48.83%
B = 29.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#64E58C (or 0x64E58C) is known color: Pastel Green. HEX triplet: 64, E5 and 8C. RGB value is (100,229,140). Sum of RGB (Red+Green+Blue) = 100+229+140=469 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.32% from 469); Green value is 229 (89.84% from 255 or 48.83% from 469); Blue value is 140 (55.08% from 255 or 29.85% from 469); Max value from RGB is 229 - color contains mainly: green. Hex color #64E58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E58C is #9B1A73. Grayscale: #B4B4B4. Windows color (decimal): -10164852 or 9233764. OLE color: 9233764.

HSL color Cylindrical-coordinate representation of color #64E58C: hue angle of 138.6º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E58C is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 229 140 -
CMYK 0.56 0 0.39 0.10
HSL 138.6º 0.71% 0.65% -
HSV(B) 138.6º 0.56% 0.9% -
XYZ 38.01 60.64 34.51 -
YUV 180.28 105.26 70.74 -
System Red Green Blue C M Y K H S L
Decimal 100 229 140 0.56 0 0.39 0.10 138.6 0.71 0.65
Hex 64 E5 8C 38 0 27 A 8B 47 41
Octal 144 345 214 70 0 47 12 213 107 101
Binary 1100100 11100101 10001100 111000 0 100111 1010 10001011 1000111 1000001

Color Harmonies of #64E58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E58C

Black with #64E58C

Text Example


Text Example

White with #64E58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,229,140); }

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

background-color css

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

 a { background-color: rgb(100,229,140); }

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

border-color css

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

 span { border-color: rgb(100,229,140); }

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