Html Css Color HEX #64EA88 Pastel Green

📋 copy color: '#64EA88'

red 100 ◦ green 234 ◦ blue 136

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

Shades of Pastel Green #64EA88

Tints of Pastel Green #64EA88

RGB

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

 GREEN value IS 234 (91.8% from 255) = 49.79%

 BLUE value IS 136 (53.52% from 255) = 28.94%

R = 21.28%
G = 49.79%
B = 28.94%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.42

 K value IS 0.08

RGB Variations

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

Color information

#64EA88 (or 0x64EA88) is known color: Pastel Green. HEX triplet: 64, EA and 88. RGB value is (100,234,136). Sum of RGB (Red+Green+Blue) = 100+234+136=470 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.28% from 470); Green value is 234 (91.80% from 255 or 49.79% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 234 - color contains mainly: green. Hex color #64EA88 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #64EA88 is #9B1577. Grayscale: #B7B7B7. Windows color (decimal): -10163576 or 8972900. OLE color: 8972900.

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

Color convert

RGB 100 234 136 -
CMYK 0.57 0 0.42 0.08
HSL 136.12º 0.76% 0.65% -
HSV(B) 136.12º 0.57% 0.92% -
XYZ 39.12 63.33 33.46 -
YUV 182.76 101.61 68.97 -
System Red Green Blue C M Y K H S L
Decimal 100 234 136 0.57 0 0.42 0.08 136.12 0.76 0.65
Hex 64 EA 88 39 0 2A 8 88 4C 41
Octal 144 352 210 71 0 52 10 210 114 101
Binary 1100100 11101010 10001000 111001 0 101010 1000 10001000 1001100 1000001

Color Harmonies of #64EA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EA88

Black with #64EA88

Text Example


Text Example

White with #64EA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,234,136); }

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

background-color css

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

 a { background-color: rgb(100,234,136); }

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

border-color css

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

 span { border-color: rgb(100,234,136); }

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