Html Css Color HEX #64D65E Pastel Green

📋 copy color: '#64D65E'

red 100 ◦ green 214 ◦ blue 94

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

Shades of Pastel Green #64D65E

Tints of Pastel Green #64D65E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.45%

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 24.51%
G = 52.45%
B = 23.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#64D65E (or 0x64D65E) is known color: Pastel Green. HEX triplet: 64, D6 and 5E. RGB value is (100,214,94). Sum of RGB (Red+Green+Blue) = 100+214+94=408 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.51% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #64D65E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #64D65E is #9B29A1. Grayscale: #A6A6A6. Windows color (decimal): -10168738 or 6215268. OLE color: 6215268.

HSL color Cylindrical-coordinate representation of color #64D65E: hue angle of 117º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64D65E is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 214 94 -
CMYK 0.53 0 0.56 0.16
HSL 117º 0.59% 0.6% -
HSV(B) 117º 0.56% 0.84% -
XYZ 31.32 51.61 18.9 -
YUV 166.23 87.23 80.76 -
System Red Green Blue C M Y K H S L
Decimal 100 214 94 0.53 0 0.56 0.16 117 0.59 0.6
Hex 64 D6 5E 35 0 38 10 75 3B 3C
Octal 144 326 136 65 0 70 20 165 73 74
Binary 1100100 11010110 1011110 110101 0 111000 10000 1110101 111011 111100

Color Harmonies of #64D65E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64D65E

Black with #64D65E

Text Example


Text Example

White with #64D65E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,214,94); }

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

background-color css

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

 a { background-color: rgb(100,214,94); }

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

border-color css

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

 span { border-color: rgb(100,214,94); }

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