Html Css Color HEX #64E186 Pastel Green

📋 copy color: '#64E186'

red 100 ◦ green 225 ◦ blue 134

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

Shades of Pastel Green #64E186

Tints of Pastel Green #64E186

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.02%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 21.79%
G = 49.02%
B = 29.19%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.40

 K value IS 0.12

RGB Variations

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

Color information

#64E186 (or 0x64E186) is known color: Pastel Green. HEX triplet: 64, E1 and 86. RGB value is (100,225,134). Sum of RGB (Red+Green+Blue) = 100+225+134=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #64E186 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #64E186 is #9B1E79. Grayscale: #B1B1B1. Windows color (decimal): -10165882 or 8839524. OLE color: 8839524.

HSL color Cylindrical-coordinate representation of color #64E186: hue angle of 136.32º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E186 is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 225 134 -
CMYK 0.56 0 0.40 0.12
HSL 136.32º 0.68% 0.64% -
HSV(B) 136.32º 0.56% 0.88% -
XYZ 36.48 58.28 31.88 -
YUV 177.25 103.59 72.9 -
System Red Green Blue C M Y K H S L
Decimal 100 225 134 0.56 0 0.40 0.12 136.32 0.68 0.64
Hex 64 E1 86 38 0 28 C 88 44 40
Octal 144 341 206 70 0 50 14 210 104 100
Binary 1100100 11100001 10000110 111000 0 101000 1100 10001000 1000100 1000000

Color Harmonies of #64E186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E186

Black with #64E186

Text Example


Text Example

White with #64E186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,225,134); }

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

background-color css

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

 a { background-color: rgb(100,225,134); }

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

border-color css

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

 span { border-color: rgb(100,225,134); }

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